Searched defs:SSAChecker (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dgraph_checker.h94 class SSAChecker : public GraphChecker { class in namespace:art
99 SSAChecker(ArenaAllocator* allocator, HGraph* graph) function in class:art::SSAChecker
100 : GraphChecker(allocator, graph, "art::SSAChecker: ") {}
127 DISALLOW_COPY_AND_ASSIGN(SSAChecker);

Completed in 50 milliseconds