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

  /art/compiler/optimizing/
side_effects_analysis.cc 63 if (pre_header->IsInLoop()) {
69 } else if (block->IsInLoop()) {
licm.cc 31 DCHECK(instruction->IsInLoop());
106 DCHECK(inner->IsInLoop());
dead_code_elimination.cc 116 if (block->IsInLoop()) {
ssa_liveness_analysis.h 271 if (!is_environment && instruction->IsInLoop()) {
335 if (block->IsInLoop()) {
    [all...]
nodes.cc     [all...]
induction_var_analysis.cc 122 DCHECK(loop_block->IsInLoop());
    [all...]
nodes.h     [all...]
bounds_check_elimination.cc     [all...]
  /external/v8/src/compiler/
loop-analysis.cc 173 bool IsInLoop(Node* node, int loop_num) {
370 if (ni.node == nullptr || !IsInLoop(ni.node, 1)) continue;
421 if (IsInLoop(ni.node, i)) {

Completed in 52 milliseconds