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

  /art/compiler/optimizing/
nodes_mips.h 52 bool IsControlFlow() const OVERRIDE { return true; }
nodes_x86.h 99 bool IsControlFlow() const OVERRIDE { return true; }
scheduler.cc 655 DCHECK(!instruction->IsControlFlow());
656 DCHECK(!cursor->IsControlFlow());
671 if (instruction->IsControlFlow() ||
782 return instr->IsControlFlow() ||
select_generator.cc 35 if (instruction->IsControlFlow()) {
dead_code_elimination.cc 356 DCHECK(i.Current()->IsControlFlow());
359 DCHECK(!inst->IsControlFlow());
code_sinking.cc 225 DCHECK(insert_pos->IsControlFlow());
graph_test.cc 293 ASSERT_TRUE(got->IsControlFlow());
nodes.cc 789 if (initial->IsControlFlow()) {
791 DCHECK(replacement->IsControlFlow());
834 DCHECK(!instruction->IsControlFlow());
847 DCHECK(!instruction->IsControlFlow());
848 DCHECK(!cursor->IsControlFlow());
    [all...]
nodes.h     [all...]
register_allocation_resolver.cc 593 DCHECK(!at->IsControlFlow());
register_allocator_graph_color.cc     [all...]
code_generator_arm_vixl.cc     [all...]
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 188 bool IsControlFlow = MI.isCall() || MI.isReturn();
197 if ((!IsControlFlow || IsReturnFromX86INTR) && CurState == EXITS_DIRTY)
209 if (!IsControlFlow || IsReturnFromX86INTR)

Completed in 260 milliseconds