Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h415 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
550 bool isAnnotatedParallel() const;
H A DLoopInfoImpl.h396 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp276 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp290 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp1786 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp883 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated()