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);
439 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates()574 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()575 ConstCandVecType::iterator E, in maximizeConstantsInRange()576 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()636 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()669 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()