Searched defs:IsInLoop (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h1062 return IsInLoop() && (loop_information_->GetHeader() == this);
1085 } else if (!IsInLoop()) {
1104 bool IsInLoop() const { return loop_information_ != nullptr; } function in class:art::HBasicBlock
1795 bool IsInLoop() const { return block_->IsInLoop(); } function in class:art::HInstruction

Completed in 20 milliseconds