Home
last modified time | relevance | path

Searched refs:IsControlFlow (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc660 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()
661 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()
676 if (instruction->IsControlFlow() || in IsSchedulable()
789 return instr->IsControlFlow() || in IsSchedulingBarrier()
Dnodes_x86.h106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dselect_generator.cc44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
Ddead_code_elimination.cc831 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
834 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
Dnodes.cc1185 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
1187 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()
1230 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()
1243 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()
1244 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()
2077 DCHECK(!IsControlFlow()); in MoveBefore()
2148 DCHECK(insert_pos->IsControlFlow()); in MoveBeforeFirstUserAndOutOfLoops()
2240 DCHECK(!cursor->IsControlFlow()); in SplitAfterForInlining()
2317 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
Dgraph_test.cc282 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
Dcode_sinking.cc314 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
Dregister_allocation_resolver.cc595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
Dnodes.h2331 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
2442 !IsControlFlow() && in IsRemovable()
3085 bool IsControlFlow() const override { return true; }
3102 bool IsControlFlow() const override { return true; }
3218 bool IsControlFlow() const override { return true; }
3234 bool IsControlFlow() const override { return true; }
3505 bool IsControlFlow() const override { return true; }
3547 bool IsControlFlow() const override { return true; }
3793 bool IsControlFlow() const override { return true; }
7801 bool IsControlFlow() const override { return true; }
Dregister_allocator_graph_color.cc1035 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
Dcode_generator_arm_vixl.cc1893 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()