Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h479 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
824 bool isAnnotatedParallel() const;
H A DLoopInfoImpl.h387 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp258 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp566 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp1821 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()