Home
last modified time | relevance | path

Searched refs:isInLoop (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp560 (cast<VPReductionPHIRecipe>(R))->isInLoop())) { in calculateRegisterUsageForPlan()
H A DVPlanRecipes.cpp760 assert(!PhiR->isInLoop() && in generate()
797 RdxParts[Part] = State.get(getOperand(1 + Part), PhiR->isInLoop()); in generate()
822 if (State.VF.isVector() && !PhiR->isInLoop()) { in generate()
H A DVPlan.h2285 bool isInLoop() const { return IsInLoop; } in isInLoop() function
2291 return isOrdered() || isInLoop(); in onlyFirstLaneUsed()
H A DVPlan.cpp1065 cast<VPReductionPHIRecipe>(PhiR)->isInLoop()); in execute()
H A DLoopVectorize.cpp8984 if (!PhiR || !PhiR->isInLoop() || (MinVF.isScalar() && !PhiR->isOrdered())) in adjustRecipesForReductions()
9137 if (!PhiR->isInLoop() && CM.foldTailByMasking() && in adjustRecipesForReductions()
9201 assert(!PhiR->isInLoop() && "Unexpected truncated inloop reduction!"); in adjustRecipesForReductions()
H A DVPlanTransforms.cpp1189 return PhiR && PhiR->isInLoop(); in simplifyRecipe()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1488 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function
1555 if (!isInLoop(Ctx, PM, UI->getUseExpr())) in diagnoseRepeatedUseOfWeak()