Home
last modified time | relevance | path

Searched refs:IsNestedInThisLoop (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-bch.cc51 is_in_loop_ = loop->IsNestedInThisLoop(block()->current_loop()); in InitializeLoop()
Dhydrogen-instructions.cc2088 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()
Dhydrogen.h272 bool IsNestedInThisLoop(HLoopInformation* other) { in IsNestedInThisLoop() function