Home
last modified time | relevance | path

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

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