Searched defs:NewScope (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp198 Metadata *&NewScope = R.first->second; local
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);
208 NewScope, DIL->getInlinedAt()));
211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator()
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); local
239 CurrentDIL->getColumn(), NewScope,
H A DInlineFunction.cpp879 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); local
880 NewScopes.insert(std::make_pair(A, NewScope));
/external/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); local
491 Scopes.push_back(NewScope);
492 NoAliases.push_back(NewScope);
/external/tensorflow/tensorflow/cc/framework/
H A Dscope.cc433 // NewScope doesn't take ownership of the inputs.
434 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { function in class:tensorflow::InternalScope
450 return InternalScope::NewScope(graph, status, refiner);
/external/v8/src/parsing/
H A Dparser-base.h666 Scope* NewScope(ScopeType scope_type) const { function in class:v8::internal::ParseFunctionFlags::ParserBase
672 // NewScope(ScopeType) above.
5174 Scope* with_scope = NewScope(WITH_SCOPE);
5345 catch_info.scope = NewScope(CATCH_SCOPE);

Completed in 334 milliseconds