Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc666 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()
667 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()
682 if (instruction->IsControlFlow() || in IsSchedulable()
792 return instr->IsControlFlow() || in IsSchedulingBarrier()
Ddead_code_elimination.cc499 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
502 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
Dselect_generator.cc44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
Dnodes_x86.h106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dnodes.cc970 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
972 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()
1015 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()
1028 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()
1029 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.h2181 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
2284 !IsControlFlow() && in IsRemovable()
2812 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2829 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2945 bool IsControlFlow() const override { return true; } in IsControlFlow() function
2961 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3232 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3274 bool IsControlFlow() const override { return true; } in IsControlFlow() function
3520 bool IsControlFlow() const override { return true; } in IsControlFlow() function
7215 bool IsControlFlow() const override { return true; } in IsControlFlow() function
Dregister_allocation_resolver.cc595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
Dregister_allocator_graph_color.cc1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
Dcode_generator_arm_vixl.cc1827 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()