Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp91 void EnterScope(MachineBasicBlock *MBB);
339 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
530 EnterScope(MBB); in PerformCSE()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp100 void EnterScope(MachineBasicBlock *MBB);
436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
696 EnterScope(MBB); in PerformCSE()
DMachineLICM.cpp195 void EnterScope(MachineBasicBlock *MBB);
583 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
682 EnterScope(MBB); in HoistOutOfLoop()
/external/clang/include/clang/Parse/
DParser.h803 Self->EnterScope(ScopeFlags); in Self()
827 void EnterScope(unsigned ScopeFlags);
1217 bool EnterScope, bool OnDefinition);
1219 bool EnterScope, bool OnDefinition);
2310 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/external/clang/lib/Parse/
DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
2045 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2096 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2136 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
DParser.cpp373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
455 EnterScope(Scope::DeclScope); in Initialize()
/external/v8/tools/gcmole/
Dgcmole.cc152 EnterScope(name); in AnalyzeFunction()
165 void EnterScope(const MangledName& name) { in EnterScope() function in __anonceb59f9c0111::CalleesPrinter