Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp999 MDNode *llvm::findOptionMDForLoopID(MDNode *LoopID, StringRef Name) { in findOptionMDForLoopID() function in llvm
1026 return findOptionMDForLoopID(TheLoop->getLoopID(), Name); in findOptionMDForLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h1247 MDNode *findOptionMDForLoopID(MDNode *LoopID, StringRef Name);
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h1277 MDNode *findOptionMDForLoopID(MDNode *LoopID, StringRef Name);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp353 MDNode *FollowupNode = findOptionMDForLoopID(OrigLoopID, OptionName); in makeFollowupLoopID()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp384 MDNode *FollowupNode = findOptionMDForLoopID(OrigLoopID, OptionName); in makeFollowupLoopID()