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

  /art/compiler/optimizing/
nodes_x86.h 93 bool IsControlFlow() const OVERRIDE { return true; }
dead_code_elimination.cc 164 DCHECK(i.Current()->IsControlFlow());
167 DCHECK(!inst->IsControlFlow());
select_generator.cc 35 if (instruction->IsControlFlow()) {
nodes.cc 770 if (initial->IsControlFlow()) {
772 DCHECK(replacement->IsControlFlow());
793 DCHECK(!insn->IsControlFlow());
831 DCHECK(!instruction->IsControlFlow());
844 DCHECK(!instruction->IsControlFlow());
845 DCHECK(!cursor->IsControlFlow());
    [all...]
graph_test.cc 294 ASSERT_TRUE(got->IsControlFlow());
nodes.h     [all...]
register_allocator.cc     [all...]

Completed in 205 milliseconds