Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DLoopInfo.h407 bool isAnnotatedParallel() const;
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DLoopInfo.cpp290 bool Loop::isAnnotatedParallel() const { in isAnnotatedParallel() function in Loop
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3858 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in canVectorizeMemory()