Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler.cc660 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()
661 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()
676 if (instruction->IsControlFlow() || in IsSchedulable()
788 return instr->IsControlFlow() || in IsSchedulingBarrier()
H A Ddead_code_elimination.cc499 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
502 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
H A Dnodes_x86.h106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
H A Dselect_generator.cc44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
H A Dnodes.cc1144 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
1146 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()
1189 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()
1202 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()
1203 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()
2026 DCHECK(!IsControlFlow()); in MoveBefore()
2097 DCHECK(insert_pos->IsControlFlow()); in MoveBeforeFirstUserAndOutOfLoops()
2188 DCHECK(!cursor->IsControlFlow()); in SplitAfterForInlining()
2265 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
H A Dcode_sinking.cc243 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
H A Dgraph_test.cc281 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
H A Dnodes.h2292 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
2400 !IsControlFlow() && in IsRemovable()
3002 bool IsControlFlow() const override { return true; }
3019 bool IsControlFlow() const override { return true; }
3135 bool IsControlFlow() const override { return true; }
3151 bool IsControlFlow() const override { return true; }
3422 bool IsControlFlow() const override { return true; }
3464 bool IsControlFlow() const override { return true; }
3710 bool IsControlFlow() const override { return true; }
7583 bool IsControlFlow() const override { return true; }
H A Dregister_allocation_resolver.cc595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
H A Dregister_allocator_graph_color.cc1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
H A Dcode_generator_arm_vixl.cc1848 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()