Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding_test.cc66 SSAChecker ssa_checker_dce(&allocator, graph); in TestCode() local
67 ssa_checker_dce.Run(); in TestCode()
68 ASSERT_TRUE(ssa_checker_dce.IsValid()); in TestCode()