Searched refs:ExpandedSCEVs (Results 1 – 4 of 4) sorted by relevance
670 const SCEV2ValueTy &ExpandedSCEVs,858 const SCEV2ValueTy &ExpandedSCEVs) final { in createVectorizedLoopSkeleton() argument3132 auto I = ExpandedSCEVs.find(Step); in getExpandedStep()3138 const SCEV2ValueTy &ExpandedSCEVs, in createInductionResumeValues() argument3207 const SCEV2ValueTy &ExpandedSCEVs) { in createVectorizedLoopSkeleton() argument3262 createInductionResumeValues(ExpandedSCEVs); in createVectorizedLoopSkeleton()7580 ILV.createVectorizedLoopSkeleton(ExpandedSCEVs ? *ExpandedSCEVs in executePlan()7685 const SCEV2ValueTy &ExpandedSCEVs) { in createEpilogueVectorizedLoopSkeleton() argument7808 const SCEV2ValueTy &ExpandedSCEVs) { in createEpilogueVectorizedLoopSkeleton() argument7906 createInductionResumeValues(ExpandedSCEVs, in createEpilogueVectorizedLoopSkeleton()[all …]
367 const DenseMap<const SCEV *, Value *> *ExpandedSCEVs = nullptr);
1632 assert(!State.ExpandedSCEVs.contains(Expr) && in execute()1634 State.ExpandedSCEVs[Expr] = Res; in execute()
414 DenseMap<const SCEV *, Value *> ExpandedSCEVs; member