Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dnested-class-name-js.js18 #outer = 'test'; field in C
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_transform.h138 auto outer = exitBlock->GetTrueSuccessor(); in GetLoopOuterBlock() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp348 auto outer = this->GetOuterLoop(); in IsInside() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp378 auto outer = this->GetOuterLoop(); in IsInside() local
Dbounds_analysis.cpp965 auto *outer = loop->GetOuterLoop(); in GetNestedLoopIterations() local
/arkcompiler/runtime_core/compiler/tests/
Dgraph_cloner_new_test.cpp61 auto outer = exit_block->GetTrueSuccessor(); in GetLoopOuterBlock() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp587 BasicBlock *GraphCloner::CloneLoopHeader(BasicBlock *block, BasicBlock *outer, BasicBlock *replacea… in CloneLoopHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_cloner.cpp713 BasicBlock *GraphCloner::CloneLoopHeader(BasicBlock *block, BasicBlock *outer, BasicBlock *replacea… in CloneLoopHeader()