Searched refs:ConstCandVecType (Results 1 – 2 of 2) sorted by relevance
161 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable162 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);
442 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()