Home
last modified time | relevance | path

Searched refs:IsIndexLoopInvariant (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()
792 if (IsIndexLoopInvariant[I - 1]) in execute()
823 size_t IndicesNumber = IsIndexLoopInvariant.size(); in print()
825 O << "[" << (IsIndexLoopInvariant[I] ? "Inv" : "Var") << "]"; in print()
H A DVPlan.h986 SmallBitVector IsIndexLoopInvariant; variable
992 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe()
998 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
1001 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()