Home
last modified time | relevance | path

Searched defs:liveness (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dlive_ranges_test.cc69 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
Dregister_allocator_test.cc72 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 …]
Dregister_allocator.cc56 const SsaLivenessAnalysis& liveness) in RegisterAllocator()
158 const SsaLivenessAnalysis* liveness, in ValidateIntervals()
Dlinearize_test.cc48 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
Dliveness_test.cc55 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
Dregister_allocation_resolver.cc27 const SsaLivenessAnalysis& liveness) in RegisterAllocationResolver()
Dregister_allocator_linear_scan.cc46 const SsaLivenessAnalysis& liveness) in RegisterAllocatorLinearScan()
Doptimizing_compiler.cc603 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local