Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp753 if (State.VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in execute()
783 auto *Ptr = IsPtrLoopInvariant in execute()
822 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
H A DVPlan.h985 bool IsPtrLoopInvariant; variable
999 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()