Searched refs:NeedsLoopPhiMarker (Results 1 – 1 of 1) sorted by relevance
428 struct NeedsLoopPhiMarker { struct in art::LSEVisitor::Value471 return Value(NeedsLoopPhiMarker{phi_placeholder}); in ForLoopPhiPlaceholder()519 return std::holds_alternative<NeedsLoopPhiMarker>(value_); in NeedsLoopPhi()541 return std::get<NeedsLoopPhiMarker>(value_).phi_; in GetPhiPlaceholder()580 NeedsLoopPhiMarker,595 friend constexpr bool operator==(const Value::NeedsLoopPhiMarker& p1,596 const Value::NeedsLoopPhiMarker& p2);1367 constexpr bool operator==(const LSEVisitor::Value::NeedsLoopPhiMarker& p1, in operator ==()1368 const LSEVisitor::Value::NeedsLoopPhiMarker& p2) { in operator ==()