Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp297 findOptionMDForLoop(this, "llvm.loop.parallel_accesses"); in isAnnotatedParallel()
756 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp197 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in findStringMetadataForLoop()
212 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in getOptionalBoolLoopAttribute()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h1007 MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);