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()789 return instr->IsControlFlow() || in IsSchedulingBarrier()
106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
831 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()834 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
1185 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()1187 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()1230 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()1243 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()1244 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()2077 DCHECK(!IsControlFlow()); in MoveBefore()2148 DCHECK(insert_pos->IsControlFlow()); in MoveBeforeFirstUserAndOutOfLoops()2240 DCHECK(!cursor->IsControlFlow()); in SplitAfterForInlining()2317 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
282 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
314 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
2331 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function2442 !IsControlFlow() && in IsRemovable()3085 bool IsControlFlow() const override { return true; }3102 bool IsControlFlow() const override { return true; }3218 bool IsControlFlow() const override { return true; }3234 bool IsControlFlow() const override { return true; }3505 bool IsControlFlow() const override { return true; }3547 bool IsControlFlow() const override { return true; }3793 bool IsControlFlow() const override { return true; }7801 bool IsControlFlow() const override { return true; }
1035 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
1893 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()