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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 158 /// CSEMap - This structure is used to memoize nodes, automatically performing
160 FoldingSet<SDNode> CSEMap;
    [all...]
  /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...]

Completed in 55 milliseconds