Home
last modified time | relevance | path

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

/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali47 # Test that lse does not wrongly optimize loads in irreducible loops. At the
48 # SSA level, since we create redundant phis for irreducible loop headers, lse
68 ## CHECK-START: int IrreducibleLoop.lse(int, Main) dead_code_elimination (after)
71 ## CHECK-START: int IrreducibleLoop.lse(int, Main) load_store_elimination (after)
73 .method public static lse(ILMain;)I
/art/compiler/optimizing/
Doptimizing_compiler.cc521 LoadStoreElimination* lse = new (arena) LoadStoreElimination(graph, *side_effects); in RunOptimizations() local
554 lse, in RunOptimizations()
/art/test/
DAndroid.run-test.mk297 608-checker-unresolved-lse