Searched refs:IsIndexLoopInvariant (Results 1 – 2 of 2) sorted by relevance
753 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()
986 SmallBitVector IsIndexLoopInvariant; variable992 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe()998 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()1001 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()