Lines Matching refs:IsBitSet
85 if (visiting.IsBitSet(successor_id)) { in FindBackEdges()
88 } else if (!visited->IsBitSet(successor_id)) { in FindBackEdges()
146 if (!visited.IsBitSet(i)) { in RemoveInstructionsAsUsersFromDeadBlocks()
161 if (!visited.IsBitSet(i)) { in RemoveDeadBlocks()
744 if (blocks_.IsBitSet(block->GetBlockId())) { in PopulateRecursive()
768 if (finalized->IsBitSet(block_id)) { in PopulateIrreducibleRecursive()
781 if (blocks_.IsBitSet(pre_header->GetBlockId())) { in PopulateIrreducibleRecursive()
797 if (!is_finalized && blocks_.IsBitSet(predecessor->GetBlockId())) { in PopulateIrreducibleRecursive()
886 return blocks_.IsBitSet(block.GetBlockId()); in Contains()
890 return other.blocks_.IsBitSet(header_->GetBlockId()); in IsIn()
894 return !blocks_.IsBitSet(instruction->GetBlock()->GetBlockId()); in IsDefinedOutOfTheLoop()