Searched refs:SSAChecker (Results 1 – 7 of 7) sorted by relevance
33 SSAChecker checker(graph_->GetArena(), graph_); in Check()37 << Dumpable<SSAChecker>(checker); in Check()
94 class SSAChecker : public GraphChecker {99 SSAChecker(ArenaAllocator* allocator, HGraph* graph) in SSAChecker() function127 DISALLOW_COPY_AND_ASSIGN(SSAChecker);
280 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()
67 SSAChecker ssa_checker(&allocator, graph); in TestCodeSSA()148 TEST(SSAChecker, SSAPhi) { in TEST() argument
48 SSAChecker ssa_checker(&allocator, graph); in TestCode()
54 SSAChecker ssa_checker_cf(&allocator, graph); in TestCode()66 SSAChecker ssa_checker_dce(&allocator, graph); in TestCode()
1 Tests inlining into a nested loop. SSAChecker should verify that