Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h621 MDNode *findOptionMDForLoopID(MDNode *LoopID, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1018 MDNode *llvm::findOptionMDForLoopID(MDNode *LoopID, StringRef Name) { in findOptionMDForLoopID() function in llvm
1045 return findOptionMDForLoopID(TheLoop->getLoopID(), Name); in findOptionMDForLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp314 MDNode *FollowupNode = findOptionMDForLoopID(OrigLoopID, OptionName); in makeFollowupLoopID()