Home
last modified time | relevance | path

Searched defs:isInLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1348 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2020 bool isInLoop() const { return IsInLoop; } in isInLoop() function