Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h154 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable
155 using GVCandVecMapType = DenseMap<GlobalVariable *, ConstCandVecType>;
156 ConstCandVecType ConstIntCandVec;
182 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
183 ConstCandVecType::iterator E,
185 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
186 ConstCandVecType::iterator E,
187 ConstCandVecType::iterator &MaxCostItr);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp416 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()
546 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
547 ConstCandVecType::iterator E, in maximizeConstantsInRange()
548 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
604 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()
637 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()