Searched refs:IsLoopHeader (Results 1 – 7 of 7) sorted by relevance
77 ASSERT(!IsLoopHeader()); in AttachLoopInformation()83 ASSERT(IsLoopHeader()); in DetachLoopInformation()227 ASSERT(IsLoopHeader()); in PostProcessLoopHeader()249 ASSERT(IsLoopHeader() || first_ == NULL); in RegisterPredecessor()251 if (IsLoopHeader()) { in RegisterPredecessor()260 ASSERT(!IsLoopHeader()); in RegisterPredecessor()680 if (b->IsLoopHeader() && b != loop->loop_header()) { in PostorderLoopBlocks()694 if (block->IsLoopHeader()) { in Postorder()704 block->end()->FirstSuccessor()->IsLoopHeader()); in Postorder()707 block->end()->SecondSuccessor()->IsLoopHeader()); in Postorder()[all …]
94 bool IsLoopHeader() const { return loop_information() != NULL; } in IsLoopHeader() function
917 if (!phi->block()->IsLoopHeader()) { in ProcessInstructions()1265 if (block->IsLoopHeader()) { in BuildLiveRanges()
800 if (block()->IsLoopHeader()) { in InferRange()
418 bool is_loop_header() const { return block()->IsLoopHeader(); } in is_loop_header()
419 bool is_loop_header() const { return block()->IsLoopHeader(); } in is_loop_header()