Home
last modified time | relevance | path

Searched refs:isAnnotatedParallel (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp206 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h346 bool isAnnotatedParallel() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h471 bool isAnnotatedParallel() const { return false; }
481 bool isAnnotatedParallel() const { return false; } isAnnotatedParallel() function
H A DGenericLoopInfoImpl.h406 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp565 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp2411 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()