Searched defs:SsaLivenessAnalysis (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h26 class SsaLivenessAnalysis;
49 friend class SsaLivenessAnalysis;
708 int FindFirstRegisterHint(size_t* free_until, const SsaLivenessAnalysis& liveness) const;
1145 * (b) and (c) are implemented through SsaLivenessAnalysis::ShouldBeLiveForEnvironment.
1147 class SsaLivenessAnalysis : public ValueObject { class in namespace:art
1149 SsaLivenessAnalysis(HGraph* graph, CodeGenerator* codegen) function in class:art::SsaLivenessAnalysis
1294 DISALLOW_COPY_AND_ASSIGN(SsaLivenessAnalysis);

Completed in 563 milliseconds