Searched refs:IsControlFlow (Results 1 – 12 of 12) sorted by relevance
56 bool IsControlFlow() const override { return true; } in IsControlFlow() function
681 DCHECK(!instruction->IsControlFlow()); in MoveAfterInBlock()682 DCHECK(!cursor->IsControlFlow()); in MoveAfterInBlock()697 if (instruction->IsControlFlow() || in IsSchedulable()807 return instr->IsControlFlow() || in IsSchedulingBarrier()
499 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()502 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
46 if (instruction->IsControlFlow()) { in IsSimpleBlock()
106 bool IsControlFlow() const override { return true; } in IsControlFlow() function
971 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()973 DCHECK(replacement->IsControlFlow()); in ReplaceAndRemoveInstructionWith()1016 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()1029 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()1030 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()
242 DCHECK(insert_pos->IsControlFlow()); in FindIdealPosition()
281 ASSERT_TRUE(got->IsControlFlow()); in TEST_F()
2110 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function2212 !IsControlFlow() && in IsRemovable()2740 bool IsControlFlow() const override { return true; } in IsControlFlow() function2757 bool IsControlFlow() const override { return true; } in IsControlFlow() function2873 bool IsControlFlow() const override { return true; } in IsControlFlow() function2889 bool IsControlFlow() const override { return true; } in IsControlFlow() function3160 bool IsControlFlow() const override { return true; } in IsControlFlow() function3202 bool IsControlFlow() const override { return true; } in IsControlFlow() function3448 bool IsControlFlow() const override { return true; } in IsControlFlow() function7055 bool IsControlFlow() const override { return true; } in IsControlFlow() function
596 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()
1026 if (liveness_.GetInstructionFromPosition(position / 2)->IsControlFlow()) { in SplitAtRegisterUses()
1825 DCHECK(!instruction->IsControlFlow() && !instruction->IsSuspendCheck()); in GetFinalLabel()