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);
437 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()555 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()556 ConstCandVecType::iterator E, in maximizeConstantsInRange()557 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()610 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()643 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()