Home
last modified time | relevance | path

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

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