Searched defs:liveness (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 69 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 113 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 160 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 235 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 310 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 384 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
|
D | register_allocator_test.cc | 72 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Check() local 305 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 336 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 387 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 409 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 535 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 551 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 569 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 587 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 644 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local [all …]
|
D | register_allocator.cc | 56 const SsaLivenessAnalysis& liveness) in RegisterAllocator() 158 const SsaLivenessAnalysis* liveness, in ValidateIntervals()
|
D | linearize_test.cc | 48 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
|
D | liveness_test.cc | 55 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
|
D | register_allocation_resolver.cc | 27 const SsaLivenessAnalysis& liveness) in RegisterAllocationResolver()
|
D | register_allocator_linear_scan.cc | 46 const SsaLivenessAnalysis& liveness) in RegisterAllocatorLinearScan()
|
D | optimizing_compiler.cc | 603 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local
|