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