Searched refs:ConstCandMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h175 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
178 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
181 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
183 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp359 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
378 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0));
396 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
427 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0));
439 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) {
444 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
458 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
467 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr);
476 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
485 ConstCandMapType &ConstCandMap, Instructio
358 collectConstantCandidates( ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, ConstantInt *ConstInt) argument
395 collectConstantCandidates( ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, ConstantExpr *ConstExpr) argument
438 collectConstantCandidates( ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) argument
484 collectConstantCandidates( ConstCandMapType &ConstCandMap, Instruction *Inst) argument
506 ConstCandMapType ConstCandMap; local
[all...]

Completed in 112 milliseconds