Home
last modified time | relevance | path

Searched refs:IsPtrLoopInvariant (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp682 if (State.VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in execute()
712 auto *Ptr = IsPtrLoopInvariant in execute()
751 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
H A DVPlan.h1006 bool IsPtrLoopInvariant; variable
1022 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()