Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h471 bool isAnnotatedParallel() const { return false; } in isAnnotatedParallel() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp564 bool Loop::isAnnotatedParallel() const { isAnnotatedParallel() function in Loop