HomeSort by relevance Sort by last modified time
    Searched refs:SsaLivenessAnalysis (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
register_allocator.h 33 class SsaLivenessAnalysis;
42 const SsaLivenessAnalysis& analysis);
123 const SsaLivenessAnalysis& liveness_;
ssa_liveness_analysis.cc 24 void SsaLivenessAnalysis::Analyze() {
85 void SsaLivenessAnalysis::LinearizeGraph() {
92 void SsaLivenessAnalysis::NumberInstructions() {
145 void SsaLivenessAnalysis::ComputeLiveness() {
164 void SsaLivenessAnalysis::ComputeLiveRanges() {
255 void SsaLivenessAnalysis::ComputeLiveInAndLiveOutSets() {
273 bool SsaLivenessAnalysis::UpdateLiveOut(const HBasicBlock& block) {
287 bool SsaLivenessAnalysis::UpdateLiveIn(const HBasicBlock& block) {
live_ranges_test.cc 62 SsaLivenessAnalysis liveness(*graph, codegen);
108 SsaLivenessAnalysis liveness(*graph, codegen);
157 SsaLivenessAnalysis liveness(*graph, codegen);
233 SsaLivenessAnalysis liveness(*graph, codegen);
optimizing_compiler.cc 139 SsaLivenessAnalysis liveness(*graph, codegen);
158 SsaLivenessAnalysis liveness(*graph, codegen);
ssa_liveness_analysis.h 44 friend class SsaLivenessAnalysis;
467 class SsaLivenessAnalysis : public ValueObject {
469 SsaLivenessAnalysis(const HGraph& graph, CodeGenerator* codegen)
555 DISALLOW_COPY_AND_ASSIGN(SsaLivenessAnalysis);
560 explicit HLinearOrderIterator(const SsaLivenessAnalysis& liveness)
576 explicit HLinearPostOrderIterator(const SsaLivenessAnalysis& liveness)
register_allocator_test.cc 44 SsaLivenessAnalysis liveness(*graph, codegen);
301 SsaLivenessAnalysis liveness(*graph, codegen);
333 SsaLivenessAnalysis liveness(*graph, codegen);
linearize_test.cc 49 SsaLivenessAnalysis liveness(*graph, codegen);
liveness_test.cc 53 SsaLivenessAnalysis liveness(*graph, codegen);
register_allocator.cc 29 const SsaLivenessAnalysis& liveness)
    [all...]

Completed in 639 milliseconds