Searched refs:ExpandedSCEVs (Results 1 – 1 of 1) sorted by relevance
2444 const SCEV2ValueTy &ExpandedSCEVs) { in getExpandedStep() argument2450 Value *V = ExpandedSCEVs.lookup(Step); in getExpandedStep()7260 DenseMap<const SCEV *, Value *> ExpandedSCEVs; in executePlan() local7268 ExpandedSCEVs[ExpSCEV->getSCEV()] = State.get(ExpSCEV, VPLane(0)); in executePlan()7269 VPValue *Exp = BestVPlan.getOrAddLiveIn(ExpandedSCEVs[ExpSCEV->getSCEV()]); in executePlan()7398 return ExpandedSCEVs; in executePlan()9741 const SCEV2ValueTy &ExpandedSCEVs, in preparePlanForEpilogueVectorLoop() argument9873 Plan.getOrAddLiveIn(ExpandedSCEVs.lookup(ExpandR->getSCEV())); in preparePlanForEpilogueVectorLoop()9887 const SCEV2ValueTy &ExpandedSCEVs, Value *MainVectorTripCount, in createInductionAdditionalBypassValues() argument9889 Value *Step = getExpandedStep(II, ExpandedSCEVs); in createInductionAdditionalBypassValues()[all …]