Searched refs:ConstCandMap (Results 1 – 2 of 2) sorted by relevance
/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,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 388 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() 406 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 446 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates() 458 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument 463 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 477 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 486 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates() 495 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 504 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument [all …]
|