Searched defs:liveness (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 68 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 112 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 159 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 234 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 309 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local 383 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
|
D | register_allocator_test.cc | 93 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Check() local 332 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Loop3() local 365 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 416 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in DeadPhi() local 440 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local 566 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local 582 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local 600 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local 618 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local 681 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedInRegisterHint() local [all …]
|
D | linearize_test.cc | 47 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
|
D | register_allocator_graph_color.cc | 76 static size_t CostForMoveAt(size_t position, const SsaLivenessAnalysis& liveness) { in CostForMoveAt() 96 const SsaLivenessAnalysis& liveness) { in ComputeCoalescePriority() 163 static float ComputeSpillWeight(LiveInterval* interval, const SsaLivenessAnalysis& liveness) { in ComputeSpillWeight() 221 const SsaLivenessAnalysis& liveness) in InterferenceNode() 577 const SsaLivenessAnalysis& liveness, in RegisterAllocatorGraphColor() 1334 const SsaLivenessAnalysis& liveness = register_allocator_->liveness_; in FindCoalesceOpportunities() local
|
D | register_allocator.cc | 34 const SsaLivenessAnalysis& liveness) in RegisterAllocator()
|
D | liveness_test.cc | 54 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 | 45 const SsaLivenessAnalysis& liveness) in RegisterAllocatorLinearScan()
|
D | optimizing_compiler.cc | 594 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local
|