Searched refs:PHs (Results 1 – 1 of 1) sorted by relevance
362 std::deque<DistinctMDOperandPlaceholder> PHs; member in __anonb9e50ffe0111::__anonb9e50ffe0311::PlaceholderQueue368 bool empty() const { return PHs.empty(); } in empty()376 for (auto &PH : PHs) { in getTemporaries()393 PHs.emplace_back(ID); in getPlaceholderOp()394 return PHs.back(); in getPlaceholderOp()398 while (!PHs.empty()) { in flush()399 auto *MD = MetadataList.lookup(PHs.front().getID()); in flush()406 PHs.front().replaceUseWith(MD); in flush()407 PHs.pop_front(); in flush()