Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_mips.h56 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dscheduler.cc681 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()
682 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()
697 if (instruction->IsControlFlow() || in IsSchedulable()
807 return instr->IsControlFlow() || in IsSchedulingBarrier()
Ddead_code_elimination.cc499 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
502 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
Dselect_generator.cc46 if (instruction->IsControlFlow()) { in IsSimpleBlock()
Dnodes_x86.h106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dnodes.cc971 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
973 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()
1016 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()
1029 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()
1030 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()
1754 DCHECK(!IsControlFlow()); in MoveBefore()
1825 DCHECK(insert_pos->IsControlFlow()); in MoveBeforeFirstUserAndOutOfLoops()
1916 DCHECK(!cursor->IsControlFlow()); in SplitAfterForInlining()
1993 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
Dcode_sinking.cc242 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
Dgraph_test.cc281 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
Dnodes.h2110 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
2212 !IsControlFlow() && in IsRemovable()
2740 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2757 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2873 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2889 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3160 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3202 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3448 bool IsControlFlow() const override { return true; } in IsControlFlow() function
7055 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dregister_allocation_resolver.cc596 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
Dregister_allocator_graph_color.cc1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
Dcode_generator_arm_vixl.cc1825 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()