Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc628 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()
629 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()
644 if (instruction->IsControlFlow() || in IsSchedulable()
756 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()
Dnodes.cc1028 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
1030 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()
1073 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()
1086 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()
1087 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()
1973 DCHECK(!IsControlFlow()); in MoveBefore()
2044 DCHECK(insert_pos->IsControlFlow()); in MoveBeforeFirstUserAndOutOfLoops()
2136 DCHECK(!cursor->IsControlFlow()); in SplitAfterForInlining()
2213 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
Ddead_code_elimination.cc920 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
923 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
Dgraph_test.cc282 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
Dcode_sinking.cc316 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
Dnodes.h2351 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
2466 !IsControlFlow() && in IsRemovable()
3122 bool IsControlFlow() const override { return true; }
3139 bool IsControlFlow() const override { return true; }
3255 bool IsControlFlow() const override { return true; }
3271 bool IsControlFlow() const override { return true; }
3544 bool IsControlFlow() const override { return true; }
3596 bool IsControlFlow() const override { return true; }
3843 bool IsControlFlow() const override { return true; }
7692 bool IsControlFlow() const override { return true; }
Dregister_allocation_resolver.cc595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
Dcode_generator_arm_vixl.cc1885 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()