Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h147 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; variable
175 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
178 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
181 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
183 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/netbsd-src/external/apache2/llvm/dist/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()
432 ConstCandMapType::iterator Itr; in collectConstantCandidates()
447 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates()
493 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates()
514 ConstCandMapType ConstCandMap; in collectConstantCandidates()