HomeSort by relevance Sort by last modified time
    Searched refs:CSEMap (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MachineLICM.cpp 104 DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
146 CI = CSEMap.begin(), CE = CSEMap.end(); CI != CE; ++CI)
148 CSEMap.clear();
377 // CSEMap is initialized for loop header when the first instruction is
382 CSEMap.clear();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 741 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");
742 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
743 Erased = CSEMap.RemoveNode(N);
770 SDNode *Existing = CSEMap.GetOrInsertNode(N);
803 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
821 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
838 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 193 /// CSEMap - This structure is used to memoize nodes, automatically performing
195 FoldingSet<SDNode> CSEMap;
    [all...]

Completed in 202 milliseconds