Home
last modified time | relevance | path

Searched refs:isPhi (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp70 while (RecipeI != End && RecipeI->isPhi()) { in verifyPhiRecipes()
101 if (RecipeI->isPhi() && !isa<VPBlendRecipe>(&*RecipeI)) { in verifyPhiRecipes()
H A DVPlan.cpp214 while (It != end() && It->isPhi()) in getFirstNonPhi()
H A DVPlan.h844 bool isPhi() const { in isPhi() function