Searched refs:IsControlFlow (Results 1 – 11 of 11) sorted by relevance
660 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()661 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()676 if (instruction->IsControlFlow() || in IsSchedulable()788 return instr->IsControlFlow() || in IsSchedulingBarrier()
499 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()502 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
1144 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()
243 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
281 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
2292 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function2400 !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; }
595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
1848 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()