Home
last modified time | relevance | path

Searched defs:EnterScope (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
H A DMachineLICM.cpp583 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
/aosp_15_r20/external/ruy/ruy/
H A Dtrace.h107 void EnterScope(const char* scope_name) { in EnterScope() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp517 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
H A DMachineLICM.cpp680 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
H A DMachineLICM.cpp668 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList()
1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute()
H A DParser.cpp373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser