Home
last modified time | relevance | path

Searched refs:ClonedCastMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h136 ClonedCastMap.clear(); in cleanup()
173 MapVector<Instruction *, Instruction *> ClonedCastMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp799 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
940 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()