Searched refs:IsControlFlow (Results 1 – 10 of 10) sorted by relevance
628 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()629 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()644 if (instruction->IsControlFlow() || in IsSchedulable()756 return instr->IsControlFlow() || in IsSchedulingBarrier()
106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
44 if (instruction->IsControlFlow()) { in IsSimpleBlock()
1028 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()
920 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()923 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
282 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
316 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
2351 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function2466 !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; }
595 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
1885 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()