Searched refs:ConstCandVecType (Results 1 – 2 of 2) sorted by relevance
157 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable158 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>;159 ConstCandVecType ConstIntCandVec;185 void findAndMakeBaseConstant(ConstCandVecType::iterator S,186 ConstCandVecType::iterator E,188 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,189 ConstCandVecType::iterator E,190 ConstCandVecType::iterator &MaxCostItr);
437 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()573 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()574 ConstCandVecType::iterator E, in maximizeConstantsInRange()575 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()634 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()667 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()