Home
last modified time | relevance | path

Searched refs:IsIndexLoopInvariant (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()
721 if (IsIndexLoopInvariant[I - 1]) in execute()
752 size_t IndicesNumber = IsIndexLoopInvariant.size(); in print()
754 O << "[" << (IsIndexLoopInvariant[I] ? "Inv" : "Var") << "]"; in print()
H A DVPlan.h1007 SmallBitVector IsIndexLoopInvariant; variable
1014 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe()
1021 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
1024 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()