Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc262 class PhiPlaceholder { class in art::LSEVisitor
264 constexpr PhiPlaceholder() : block_id_(-1), heap_location_(-1) {} in PhiPlaceholder() function in art::LSEVisitor::PhiPlaceholder
265 constexpr PhiPlaceholder(uint32_t block_id, size_t heap_location) in PhiPlaceholder() function in art::LSEVisitor::PhiPlaceholder
268 constexpr PhiPlaceholder(const PhiPlaceholder& p) = default;
269 constexpr PhiPlaceholder(PhiPlaceholder&& p) = default;
270 constexpr PhiPlaceholder& operator=(const PhiPlaceholder& p) = default;
271 constexpr PhiPlaceholder& operator=(PhiPlaceholder&& p) = default;
281 constexpr bool Equals(const PhiPlaceholder& p2) const { in Equals()
306 return std::holds_alternative<PhiPlaceholder>(value_); in IsPhi()
311 constexpr PhiPlaceholder GetPhiPlaceholder() const { in GetPhiPlaceholder()
[all …]