Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h50 const SsaLivenessAnalysis& analysis,
76 const SsaLivenessAnalysis& analysis);
Dregister_allocator.cc41 const SsaLivenessAnalysis& analysis, in Create() argument
46 new (allocator) RegisterAllocatorLinearScan(allocator, codegen, analysis)); in Create()
49 new (allocator) RegisterAllocatorGraphColor(allocator, codegen, analysis)); in Create()
Dregister_allocator_graph_color.h91 const SsaLivenessAnalysis& analysis,
Dregister_allocator_linear_scan.h44 const SsaLivenessAnalysis& analysis);
/art/test/675-checker-unverified-method/
Dinfo.txt1 Make sure analysis of unverified method is skipped.
/art/test/565-checker-condition-liveness/
Dinfo.txt1 Test the results of liveness analysis e.g. use positions of inputs of non-materialized conditions.
/art/test/594-checker-irreducible-linorder/
Dinfo.txt1 Regression test for a failing DCHECK in SSA liveness analysis in the presence
/art/test/696-loop/
Dinfo.txt2 to run loop unrolling without updating the induction variable analysis.
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali18 # The following test case would crash liveness analysis because the back edge of
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali39 # a location due to our liveness analysis.
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali19 # Test case where liveness analysis produces linear order where loop blocks are
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali18 # Test case where liveness analysis produces linear order where loop blocks are