HomeSort by: relevance | last modified time | path
    Searched refs:POT (Results 1 - 5 of 5) sorted by relevancy

  /src/games/battlestar/
dayobjs.c 46 {275, POT},
words.c 109 { "pot", POT, OBJECT, NULL },
110 { "jewels", POT, OBJECT, NULL },
extern.h 129 #define POT 61
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp 202 SmallVector<MDNode *, 16> POT; // Post-order traversal.
292 /// metadata that has already been mapped will not be part of the POT.
299 /// \post \c G.POT is a post-order traversal ending with \c FirstN.
304 /// Visit the operands of a uniqued node in the POT.
662 assert(FirstN.isUniqued() && "Expected uniqued node in POT");
678 // Push the node onto the POT.
683 D.ID = G.POT.size();
684 G.POT.push_back(WE.N);
716 for (MDNode *N : POT) {
735 for (auto *N : G.POT) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 982 std::vector<MachineBasicBlock*> POT;
985 POT.push_back(B);
987 for (MachineBasicBlock *B : POT) {

Completed in 38 milliseconds