Home
last modified time | relevance | path

Searched refs:IsInLoop (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc109 if (phi->IsInLoop()) { in Run()
Dnodes.h385 bool IsInLoop() const { return loop_information_ != nullptr; } in IsInLoop() function
503 bool IsInLoop() const { return block_->IsInLoop(); } in IsInLoop() function