HomeSort by relevance Sort by last modified time
    Searched refs:IsInLoop (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
side_effects_analysis.cc 60 if (pre_header->IsInLoop()) {
66 } else if (block->IsInLoop()) {
licm.cc 31 DCHECK(instruction->IsInLoop());
99 DCHECK(inner->IsInLoop());
ssa_phi_elimination.cc 140 if (phi->IsInLoop()) {
ssa_liveness_analysis.h 264 if (!is_environment && instruction->IsInLoop()) {
331 if (block->IsInLoop()) {
    [all...]
nodes.cc     [all...]
nodes.h 700 return IsInLoop() && (loop_information_->GetHeader() == this);
719 } else if (!IsInLoop()) {
738 bool IsInLoop() const { return loop_information_ != nullptr; }
    [all...]
bounds_check_elimination.cc 308 DCHECK(block->IsInLoop());
    [all...]

Completed in 56 milliseconds