Searched refs:ConstCandMapType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | ConstantHoisting.h | 146 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,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | ConstantHoisting.cpp | 364 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() 380 ConstCandMapType::iterator Itr; in collectConstantCandidates() 401 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() 438 ConstCandMapType::iterator Itr; in collectConstantCandidates() 453 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() 499 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() 520 ConstCandMapType ConstCandMap; in collectConstantCandidates()
|