Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h479 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
821 bool isAnnotatedParallel() const;
H A DLoopInfoImpl.h387 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp258 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp918 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp566 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp1801 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()