Home
last modified time | relevance | path

Searched defs:CSEMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCSEInfo.h76 FoldingSet<UniqueMachineInstr> CSEMap; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp159 DenseMap<unsigned, std::vector<const MachineInstr *>> CSEMap; member in __anon1dabef250111::MachineLICMBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp3238 SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap; in cse() local