Searched refs:POT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp203 SmallVector<MDNode *, 16> POT; // Post-order traversal. member in struct:__anon130::MDNodeMapper::UniquedGraph
293 /// metadata that has already been mapped will not be part of the POT.
300 /// \post \c G.POT is a post-order traversal ending with \c FirstN.
305 /// Visit the operands of a uniqued node in the POT.
628 assert(FirstN.isUniqued() && "Expected uniqued node in POT");
644 // Push the node onto the POT.
649 D.ID = G.POT.size();
650 G.POT.push_back(WE.N);
682 for (MDNode *N : POT) {
701 for (auto *N : G.POT) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp977 std::vector<MachineBasicBlock*> POT; local
980 POT.push_back(B);
982 for (MachineBasicBlock *B : POT) {

Completed in 71 milliseconds