Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlive_ranges_test.cc65 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
109 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
156 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
231 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
306 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
380 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
Dregister_allocator_test.cc91 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Check() local
330 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Loop3() local
363 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local
414 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in DeadPhi() local
438 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local
564 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
580 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
598 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
616 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
679 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedInRegisterHint() local
[all …]
Dlinearize_test.cc45 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.cc52 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.cc577 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local