Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h133 ClonedCastMap.clear(); in cleanup()
169 MapVector<Instruction *, Instruction *> ClonedCastMap; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp801 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
943 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()