Home
last modified time | relevance | path

Searched refs:ConstCandVecType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h159 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable
160 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>;
161 ConstCandVecType ConstIntCandVec;
191 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
192 ConstCandVecType::iterator E,
194 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
195 ConstCandVecType::iterator E,
196 ConstCandVecType::iterator &MaxCostItr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp437 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()
574 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
575 ConstCandVecType::iterator E, in maximizeConstantsInRange()
576 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
632 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()
665 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()