Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp977 MDNode *llvm::findOptionMDForLoopID(MDNode *LoopID, StringRef Name) { in findOptionMDForLoopID() function in llvm
1004 return findOptionMDForLoopID(TheLoop->getLoopID(), Name); in findOptionMDForLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h1247 MDNode *findOptionMDForLoopID(MDNode *LoopID, StringRef Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp353 MDNode *FollowupNode = findOptionMDForLoopID(OrigLoopID, OptionName); in makeFollowupLoopID()