Searched refs:IsControlFlow (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_mips.h56 bool IsControlFlow() const OVERRIDE { return true; }
H A Dnodes_x86.h106 bool IsControlFlow() const OVERRIDE { return true; }
H A Dscheduler.cc644 DCHECK(!instruction->IsControlFlow());
645 DCHECK(!cursor->IsControlFlow());
660 if (instruction->IsControlFlow() ||
767 return instr->IsControlFlow() ||
H A Dselect_generator.cc45 if (instruction->IsControlFlow()) {
H A Ddead_code_elimination.cc499 DCHECK(i.Current()->IsControlFlow());
502 DCHECK(!inst->IsControlFlow());
H A Dcode_sinking.cc241 DCHECK(insert_pos->IsControlFlow());
H A Dgraph_test.cc281 ASSERT_TRUE(got->IsControlFlow());
H A Dnodes.cc968 if (initial->IsControlFlow()) {
970 DCHECK(replacement->IsControlFlow());
1013 DCHECK(!instruction->IsControlFlow());
1026 DCHECK(!instruction->IsControlFlow());
1027 DCHECK(!cursor->IsControlFlow());
1713 DCHECK(!IsControlFlow());
1784 DCHECK(insert_pos->IsControlFlow());
1875 DCHECK(!cursor->IsControlFlow());
1952 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow();
H A Dnodes.h2040 virtual bool IsControlFlow() const { return false; } function in class:art::HInstruction
2129 !IsControlFlow() &&
2677 bool IsControlFlow() const OVERRIDE { return true; }
2694 bool IsControlFlow() const OVERRIDE { return true; }
2815 bool IsControlFlow() const OVERRIDE { return true; }
2831 bool IsControlFlow() const OVERRIDE { return true; }
3102 bool IsControlFlow() const OVERRIDE { return true; }
3137 bool IsControlFlow() const OVERRIDE { return true; }
3387 bool IsControlFlow() const OVERRIDE { return true; }
6727 bool IsControlFlow() cons
[all...]
H A Dregister_allocation_resolver.cc596 DCHECK(!at->IsControlFlow());
H A Dregister_allocator_graph_color.cc1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) {
H A Dcode_generator_arm_vixl.cc2319 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck());

Completed in 131 milliseconds