Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h105 ClonedCastMap.clear(); in releaseMemory()
121 SmallDenseMap<Instruction *, Instruction *> ClonedCastMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h119 ClonedCastMap.clear(); in releaseMemory()
136 SmallDenseMap<Instruction *, Instruction *> ClonedCastMap; variable
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp506 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
583 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp666 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
772 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()