Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneFunction.cpp1159 if (auto *NewScopeList = CloneScopeList(Decl->getScopeList())) in adaptNoAliasScopes()
1213 NoAliasDeclScopes.push_back(Decl->getScopeList()); in identifyNoAliasScopesToClone()
1221 NoAliasDeclScopes.push_back(Decl->getScopeList()); in identifyNoAliasScopesToClone()
HDLoopRotationUtils.cpp756 NoAliasDeclScopes.push_back(NAD->getScopeList()); in rotateLoop()
HDInlineFunction.cpp1020 MD.insert(Decl->getScopeList()); in ScopedAliasMetadataDeepCloner()
1085 if (MDNode *MNew = MDMap.lookup(Decl->getScopeList())) in remap()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h1701 MDNode *getScopeList() const { in getScopeList() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp2441 for (Metadata *Op : Decl->getScopeList()->operands()) in analyzeLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp5217 const MDNode *MDSL = Decl->getScopeList(); in isNoAliasScopeDeclDead()