Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h161 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable
162 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>;
163 ConstCandVecType ConstIntCandVec;
194 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
195 ConstCandVecType::iterator E,
197 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
198 ConstCandVecType::iterator E,
199 ConstCandVecType::iterator &MaxCostItr);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp442 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()
579 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
580 ConstCandVecType::iterator E, in maximizeConstantsInRange()
581 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
637 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()
670 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()