Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1391 bool IsInLoop() const { return loop_information_ != nullptr; } in IsInLoop() function
2243 bool IsInLoop() const { return block_->IsInLoop(); } in IsInLoop() function