Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1324 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function
1391 if (!isInLoop(Ctx, PM, UI->getUseExpr())) in diagnoseRepeatedUseOfWeak()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1318 bool isInLoop() const { return IsInLoop; } in isInLoop() function
H A DLoopVectorize.cpp3895 if (Cost->foldTailByMasking() && !PhiR->isInLoop()) { in fixReduction()
3932 assert(!PhiR->isInLoop() && "Unexpected truncated inloop reduction!"); in fixReduction()
3987 if (VF.isVector() && !PhiR->isInLoop()) { in fixReduction()
9309 if (!PhiR || PhiR->isInLoop()) in adjustRecipesForReductions()