Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlive_ranges_test.cc68 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
Dregister_allocator_test.cc93 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 …]
Dlinearize_test.cc47 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
Dregister_allocator_graph_color.cc76 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
Dregister_allocator.cc34 const SsaLivenessAnalysis& liveness) in RegisterAllocator()
Dliveness_test.cc54 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TestCode() local
Dregister_allocation_resolver.cc27 const SsaLivenessAnalysis& liveness) in RegisterAllocationResolver()
Dregister_allocator_linear_scan.cc45 const SsaLivenessAnalysis& liveness) in RegisterAllocatorLinearScan()
Doptimizing_compiler.cc594 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local