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

  /external/llvm/lib/CodeGen/
MachineLICM.cpp 103 DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
145 CI = CSEMap.begin(), CE = CSEMap.end(); CI != CE; ++CI)
147 CSEMap.clear();
373 // CSEMap is initialized for loop header when the first instruction is
378 CSEMap.clear();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 662 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");
663 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
664 Erased = CSEMap.RemoveNode(N);
692 SDNode *Existing = CSEMap.GetOrInsertNode(N);
726 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
744 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
762 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
885 CSEMap.clear();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 162 /// CSEMap - This structure is used to memoize nodes, automatically performing
164 FoldingSet<SDNode> CSEMap;
    [all...]

Completed in 307 milliseconds