Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h496 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
849 bool isAnnotatedParallel() const;
H A DLoopInfoImpl.h397 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp236 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp564 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp2179 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()