Home
last modified time | relevance | path

Searched defs:isAnnotatedParallel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h495 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp560 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop