Searched refs:IsBackEdge (Results 1 – 10 of 10) sorted by relevance
72 } else if (found_blocks == num_blocks && !loop->IsBackEdge(*block)) { in IsLinearOrderWellFormed()
367 if (info->IsBackEdge(*block)) { in SplitCriticalEdge()389 if (info->IsBackEdge(*header->GetPredecessors()[0])) { in OrderLoopHeaderPredecessors()393 if (!info->IsBackEdge(*predecessor)) { in OrderLoopHeaderPredecessors()410 if (!loop_info->IsBackEdge(*predecessor) && predecessor != new_preheader) { in FixControlForNewSinglePreheader()465 if (!loop_info->IsBackEdge(*predecessor)) { in TransformLoopToSinglePreheaderFormat()498 DCHECK(loop_info->IsBackEdge(*pred_block)); in TransformLoopToSinglePreheaderFormat()549 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()2198 DCHECK(!IsInLoop() || !GetLoopInformation()->IsBackEdge(*predecessor)); in DisconnectAndDelete()2249 if (loop_info->IsBackEdge(*this)) { in DisconnectAndDelete()2288 if (loop_info->IsBackEdge(*other)) { in MergeWith()[all …]
693 if (loop_information->IsBackEdge(*first_predecessor)) { in HandleLoop()700 if (!loop_information->IsBackEdge(*predecessor)) { in HandleLoop()
267 EXPECT_TRUE(loop_info->IsBackEdge(*loop_body)); in TEST_F()
938 DCHECK(phi->GetBlock()->GetLoopInformation()->IsBackEdge( in HasSameInputAtBackEdges()941 DCHECK(phi->GetBlock()->GetLoopInformation()->IsBackEdge( in HasSameInputAtBackEdges()
852 bool IsBackEdge(const HBasicBlock& block) const { in IsBackEdge() function1052 && (loop_info == nullptr || !loop_info->IsBackEdge(*this)); in IsSingleJump()1273 return GetLoopInformation()->IsBackEdge(*GetPredecessors()[0]); in IsFirstPredecessorBackEdge()
1835 !info->IsBackEdge(*block) || in GetFinalLabel()2555 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) { in HandleGoto()
3228 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) { in HandleGoto()
1598 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) { in HandleGoto()
1451 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) { in HandleGoto()