Lines Matching defs:POT
205 SmallVector<MDNode *, 16> POT; // Post-order traversal.
296 /// metadata that has already been mapped will not be part of the POT.
303 /// \post \c G.POT is a post-order traversal ending with \c FirstN.
308 /// Visit the operands of a uniqued node in the POT.
728 assert(FirstN.isUniqued() && "Expected uniqued node in POT");
744 // Push the node onto the POT.
749 D.ID = G.POT.size();
750 G.POT.push_back(WE.N);
782 for (MDNode *N : POT) {
801 for (auto *N : G.POT) {
830 // Nodes that were referenced out of order in the POT are involved in a
868 for (const MDNode *N : G.POT)