Searched refs:ConstCandMapType (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | ConstantHoisting.h | 147 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 D | ConstantHoisting.cpp | 366 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()
|