Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable
159 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>;
160 ConstCandVecType ConstIntCandVec;
186 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
187 ConstCandVecType::iterator E,
189 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
190 ConstCandVecType::iterator E,
191 ConstCandVecType::iterator &MaxCostItr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp431 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()
566 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
567 ConstCandVecType::iterator E, in maximizeConstantsInRange()
568 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
628 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()
661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()