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

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

Completed in 62 milliseconds