Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h105 ClonedCastMap.clear(); in releaseMemory()
121 SmallDenseMap<Instruction *, Instruction *> ClonedCastMap; variable
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h134 ClonedCastMap.clear(); in cleanup()
170 MapVector<Instruction *, Instruction *> ClonedCastMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h134 ClonedCastMap.clear(); in cleanup()
170 MapVector<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-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp783 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
926 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp788 Instruction *&ClonedCastInst = ClonedCastMap[CastInst]; in emitBaseConstants()
931 for (auto const &I : ClonedCastMap) in deleteDeadCastInst()