Searched refs:GetBackEdges (Results 1 – 4 of 4) sorted by relevance
342 ASSERT_FALSE(info->GetHeader()->Dominates(info->GetBackEdges()[0])); in TEST_F()
623 for (HBasicBlock* back_edge : info->GetBackEdges()) { in PopulateIrreducibleRecursive()668 for (HBasicBlock* back_edge : GetBackEdges()) { in Populate()672 for (HBasicBlock* back_edge : GetBackEdges()) { in Populate()721 for (HBasicBlock* back_edge : GetBackEdges()) { in GetLifetimeEnd()728 for (HBasicBlock* back_edge : GetBackEdges()) { in HasBackEdgeNotDominatedByHeader()738 for (HBasicBlock* back_edge : GetBackEdges()) { in DominatesAllBackEdges()
615 for (HBasicBlock* back_edge : loop_information->GetBackEdges()) { in HandleLoop()
695 const ArenaVector<HBasicBlock*>& GetBackEdges() const { in GetBackEdges() function