Searched refs:ConstCandMap (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | ConstantHoisting.h | 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() argument 385 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() 403 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 435 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() 447 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument 452 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 466 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 475 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates() 484 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 493 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument [all …]
|