Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h149 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; variable
183 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
186 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
189 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
191 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
385 ConstCandMapType::iterator Itr; in collectConstantCandidates()
406 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
443 ConstCandMapType::iterator Itr; in collectConstantCandidates()
458 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates()
504 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates()
525 ConstCandMapType ConstCandMap; in collectConstantCandidates()