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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h88 void closeInsnRange(LexicalScope *NewScope = nullptr) {
93 // If Parent dominates NewScope then do not close Parent's instruction
95 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
96 Parent->closeInsnRange(NewScope);
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp201 DILexicalBlock NewScope = Builder.createLexicalBlock( local
203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope);
/external/chromium_org/v8/src/
H A Dparser.h577 V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type);
811 Scope* NewScope(Scope* parent, ScopeType type);
863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) { function in class:v8::internal::ParserTraits
864 return parser_->NewScope(parent_scope, scope_type);
H A Dparser.cc269 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) { function in class:v8::internal::Parser
868 *scope = NewScope(scope_, GLOBAL_SCOPE);
881 *scope = NewScope(*scope, EVAL_SCOPE);
884 *scope = NewScope(*scope, GLOBAL_SCOPE);
1004 Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
1104 Scope* scope = NewScope(scope_, EVAL_SCOPE);
1267 Scope* scope = NewScope(scope_, MODULE_SCOPE);
1380 Scope* scope = NewScope(scope_, MODULE_SCOPE);
2032 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE);
2613 Scope* with_scope = NewScope(scope
[all...]
H A Dpreparser.h1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) { function in class:v8::internal::PreParserTraits
2614 this->NewScope(scope_, FUNCTION_SCOPE);
2739 this->NewScope(scope_, BLOCK_SCOPE);
/external/llvm/lib/IR/
H A DDebugInfo.cpp840 DILexicalBlock NewScope) {
847 Elts.push_back(NewScope);
839 copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope) argument
/external/llvm/include/llvm/IR/
H A DDebugInfo.h750 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope);

Completed in 149 milliseconds