Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1328 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function
1395 if (!isInLoop(Ctx, PM, UI->getUseExpr())) in diagnoseRepeatedUseOfWeak()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1217 bool isInLoop() const { return IsInLoop; } in isInLoop() function
H A DLoopVectorize.cpp4340 if (Cost->foldTailByMasking() && !PhiR->isInLoop()) { in fixReduction()
4375 assert(!PhiR->isInLoop() && "Unexpected truncated inloop reduction!"); in fixReduction()
4432 if (VF.isVector() && !PhiR->isInLoop()) { in fixReduction()