Searched refs:NewScope (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 92 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 D | LoopVersioningLICM.cpp | 556 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 D | CloneFunction.cpp | 946 MDNode *NewScope = MDB.createAnonymousAliasScope( in cloneNoAliasScopes() local 948 ClonedScopes.insert(std::make_pair(MD, NewScope)); in cloneNoAliasScopes()
|
H A D | InlineFunction.cpp | 988 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 D | DebugInfoMetadata.h | 2194 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 D | SemaExprCXX.cpp | 2555 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 D | Sema.h | 6251 AllocationFunctionScope NewScope,
|