Searched refs:IsIndexLoopInvariant (Results 1 – 2 of 2) sorted by relevance
682 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()
1007 SmallBitVector IsIndexLoopInvariant; variable1014 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe()1021 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()1024 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()