Searched defs:liveness (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 45 SsaLivenessAnalysis liveness(graph, &codegen); in Check() local 296 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 330 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 385 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 409 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 540 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 557 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 576 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 595 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 658 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local [all …]
|
D | live_ranges_test.cc | 68 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 116 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 167 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 246 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 325 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local 403 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F() local
|
D | linearize_test.cc | 46 SsaLivenessAnalysis liveness(graph, &codegen); in TestCode() local
|
D | liveness_test.cc | 55 SsaLivenessAnalysis liveness(graph, &codegen); in TestCode() local
|
D | optimizing_compiler.cc | 490 SsaLivenessAnalysis liveness(graph, codegen); in AllocateRegisters() local
|
D | codegen_test.cc | 218 SsaLivenessAnalysis liveness(graph, codegen); in RunCode() local
|
D | register_allocator.cc | 42 const SsaLivenessAnalysis& liveness) in RegisterAllocator()
|