Searched refs:IsControlFlow (Results 1 – 5 of 5) sorted by relevance
126 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()129 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
497 DCHECK(!instruction->IsControlFlow()); in InsertInstructionBefore()510 DCHECK(!instruction->IsControlFlow()); in InsertInstructionAfter()511 DCHECK(!cursor->IsControlFlow()); in InsertInstructionAfter()927 DCHECK(!cursor->IsControlFlow()); in SplitAfter()967 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
294 ASSERT_TRUE(got->IsControlFlow()); in TEST()
1343 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function1728 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function1744 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function1759 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function1772 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function1793 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function3644 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
1382 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()