Searched refs:ConstCandVecType (Results 1 – 2 of 2) sorted by relevance
159 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable160 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>;161 ConstCandVecType ConstIntCandVec;191 void findAndMakeBaseConstant(ConstCandVecType::iterator S,192 ConstCandVecType::iterator E,194 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,195 ConstCandVecType::iterator E,196 ConstCandVecType::iterator &MaxCostItr);
437 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()632 ConstCandVecType::iterator S, ConstCandVecType::iterator E, in findAndMakeBaseConstant()665 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants()