Searched refs:LSEVisitor (Results 1 – 1 of 1) sorted by relevance
331 class LSEVisitor final : private HGraphDelegateVisitor { class333 LSEVisitor(HGraph* graph,1308 friend std::ostream& operator<<(std::ostream& oss, const LSEVisitor::Phase& phase);1310 DISALLOW_COPY_AND_ASSIGN(LSEVisitor);1313 std::ostream& operator<<(std::ostream& oss, const LSEVisitor::PriorValueHolder& p) { in operator <<()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 <<()1329 void LSEVisitor::PriorValueHolder::Dump(std::ostream& oss) const { in Dump()[all …]