Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc651 (current_phase_ == Phase::kPartialElimination && value.IsMergedUnknown())) in Replacement()
661 if (current_phase_ == Phase::kPartialElimination) { in ReplacementOrValue()
939 enum class Phase { enum in art::LSEVisitor
1301 Phase current_phase_;
1308 friend std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase);
1318 std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase) { in operator <<()
1320 case LSEVisitor::Phase::kLoadElimination: in operator <<()
1322 case LSEVisitor::Phase::kStoreElimination: in operator <<()
1324 case LSEVisitor::Phase::kPartialElimination: in operator <<()
1489 current_phase_(Phase::kLoadElimination) { in LSEVisitor()
[all …]