Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/LoopInfo/
H A Dannotated-parallel-simple.ll8 ; Check that isAnnotatedParallel is working as expected.
H A Dannotated-parallel-complex.ll13 ; Check that isAnnotatedParallel is working as expected.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h495 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
846 bool isAnnotatedParallel() const;
H A DLoopInfoImpl.h385 if (static_cast<const LoopT *>(this)->isAnnotatedParallel()) in print()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp256 if (CurLoop->isAnnotatedParallel()) { in legalLoopStructure()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp560 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
H A DLoopAccessAnalysis.cpp2125 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop()