Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h74 FoldingSet<UniqueMachineInstr> CSEMap; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp155 DenseMap<unsigned, std::vector<MachineInstr *>> CSEMap; member in __anon716971650111::MachineLICMBase
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3416 SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap; in cse() local