Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h146 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; variable
174 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
177 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
180 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
182 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
382 ConstCandMapType::iterator Itr; in collectConstantCandidates()
403 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
440 ConstCandMapType::iterator Itr; in collectConstantCandidates()
455 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates()
501 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates()
522 ConstCandMapType ConstCandMap; in collectConstantCandidates()