Searched refs:IsNestedInThisLoop (Results 1 – 3 of 3) sorted by relevance
51 is_in_loop_ = loop->IsNestedInThisLoop(block()->current_loop()); in InitializeLoop()
2088 if (!phi()->block()->current_loop()->IsNestedInThisLoop( in AddCheck()2346 if (!phi()->block()->current_loop()->IsNestedInThisLoop( in CheckIfBranchIsLoopGuard()2351 if (phi()->block()->current_loop()->IsNestedInThisLoop( in CheckIfBranchIsLoopGuard()
272 bool IsNestedInThisLoop(HLoopInformation* other) { in IsNestedInThisLoop() function