Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h74 FoldingSet<UniqueMachineInstr> CSEMap; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp155 DenseMap<unsigned, std::vector<MachineInstr *>> CSEMap; member in __anon91fb95ef0111::MachineLICMBase
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3813 SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap; in cse() local