Home
last modified time | relevance | path

Searched refs:SSAChecker (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Doptimization.cc33 SSAChecker checker(graph_->GetArena(), graph_); in Check()
37 << Dumpable<SSAChecker>(checker); in Check()
Dgraph_checker.h94 class SSAChecker : public GraphChecker {
99 SSAChecker(ArenaAllocator* allocator, HGraph* graph) in SSAChecker() function
127 DISALLOW_COPY_AND_ASSIGN(SSAChecker);
Dgraph_checker.cc280 void SSAChecker::VisitBasicBlock(HBasicBlock* block) { in VisitBasicBlock()
313 void SSAChecker::CheckLoop(HBasicBlock* loop_header) { in CheckLoop()
396 void SSAChecker::VisitInstruction(HInstruction* instruction) { in VisitInstruction()
444 void SSAChecker::VisitPhi(HPhi* phi) { in VisitPhi()
500 void SSAChecker::HandleBooleanInput(HInstruction* instruction, size_t input_index) { in HandleBooleanInput()
526 void SSAChecker::VisitIf(HIf* instruction) { in VisitIf()
531 void SSAChecker::VisitBooleanNot(HBooleanNot* instruction) { in VisitBooleanNot()
536 void SSAChecker::VisitCondition(HCondition* op) { in VisitCondition()
566 void SSAChecker::VisitBinaryOperation(HBinaryOperation* op) { in VisitBinaryOperation()
608 void SSAChecker::VisitConstant(HConstant* instruction) { in VisitConstant()
Dgraph_checker_test.cc67 SSAChecker ssa_checker(&allocator, graph); in TestCodeSSA()
148 TEST(SSAChecker, SSAPhi) { in TEST() argument
Ddead_code_elimination_test.cc48 SSAChecker ssa_checker(&allocator, graph); in TestCode()
Dconstant_folding_test.cc54 SSAChecker ssa_checker_cf(&allocator, graph); in TestCode()
66 SSAChecker ssa_checker_dce(&allocator, graph); in TestCode()
/art/test/478-checker-inliner-nested-loop/
Dinfo.txt1 Tests inlining into a nested loop. SSAChecker should verify that