Home
last modified time | relevance | path

Searched defs:liveness (Results 1 – 9 of 9) 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.cc94 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Check() local
333 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Loop3() local
366 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local
417 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in DeadPhi() local
441 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F() local
567 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
583 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
601 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
619 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint() local
682 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedInRegisterHint() local
[all …]
Dlinearize_test.cc48 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()
1343 const SsaLivenessAnalysis& liveness = register_allocator_->liveness_; in FindCoalesceOpportunities() local
Dregister_allocator.cc34 const SsaLivenessAnalysis& liveness) in RegisterAllocator()
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.cc45 const SsaLivenessAnalysis& liveness) in RegisterAllocatorLinearScan()
Doptimizing_compiler.cc592 SsaLivenessAnalysis liveness(graph, codegen, &local_allocator); in AllocateRegisters() local