Home
last modified time | relevance | path

Searched refs:IsControlFlow (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination.cc126 DCHECK(i.Current()->IsControlFlow()); in RemoveDeadInstructions()
129 DCHECK(!inst->IsControlFlow()); in RemoveDeadInstructions()
Dnodes.cc497 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()
Dgraph_test.cc294 ASSERT_TRUE(got->IsControlFlow()); in TEST()
Dnodes.h1343 virtual bool IsControlFlow() const { return false; } in IsControlFlow() function
1728 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
1744 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
1759 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
1772 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
1793 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
3644 bool IsControlFlow() const OVERRIDE { return true; } in IsControlFlow() function
Dregister_allocator.cc1382 DCHECK(!at->IsControlFlow()); in InsertParallelMoveAt()