Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp556 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
557 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp946 MDNode *NewScope = MDB.createAnonymousAliasScope( in cloneNoAliasScopes() local
948 ClonedScopes.insert(std::make_pair(MD, NewScope)); in cloneNoAliasScopes()
H A DInlineFunction.cpp988 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
989 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
994 MDNode *AScopeList = MDNode::get(CalledFunc->getContext(), NewScope); in AddAliasScopeMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2194 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local
2196 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2555 AllocationFunctionScope NewScope, in FindAllocationFunctions() argument
2616 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2628 if (NewScope == AFS_Class) in FindAllocationFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6251 AllocationFunctionScope NewScope,