Searched refs:ConstCandMap (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstantHoisting.cpp | 361 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 383 std::tie(Itr, Inserted) = ConstCandMap.try_emplace(Cand); in collectConstantCandidates() 401 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 441 std::tie(Itr, Inserted) = ConstCandMap.try_emplace(Cand); in collectConstantCandidates() 453 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument 458 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 472 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 481 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates() 490 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 499 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | ConstantHoisting.h | 183 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 186 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 189 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 191 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
|