Home
last modified time | relevance | path

Searched defs:BB (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dindex-hex-name-js.js18 BB = class{} field in A
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts187 class BB extends AA { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa.h24 class BB; // circular dependency exists, no other choice variable
Dirmap.h123 virtual void SetCurFunction(const BB &) {} in SetCurFunction()
Dbb.h67 BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id) in BB() function
83BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id, StmtNode *firstStmt, StmtNode *lastS… in BB() function
Dver_symbol.h24 class BB; // circular dependency exists, no other choice variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssu_pre.cpp521 void SSUPre::PropagateNotAvail(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAvail()
Dcg_ssa_pre.cpp532 void SSAPre::PropagateNotAnt(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAnt()
Dcg_cfg.cpp790 void CGCFG::FindWillExitBBs(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in FindWillExitBBs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp640 void AArch64RegSavesOpt::Verify(regno_t reg, BB *bb, std::set<BB *, BBIdCmp> *visited, BBId *s, BBI… in Verify()
Daarch64_color_ra.cpp1343 void GraphColorRegAllocator::ClearLrBBFlags(const std::set<BB *, SortedBBCmpFunc> &member) const in ClearLrBBFlags() argument
Daarch64_peep.cpp2721 void ElimSpecificExtensionPattern::Run(BB & /* bb */, Insn &insn) in Run() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h80 using BB = BlockNode; // A temporary faked BB variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1173 #define BB(INDEX) builder_->GetBlock(INDEX) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1511 #define BB(INDEX) builder_->GetBlock(INDEX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h39 class BB; variable
Dcgbb.h96 BB(BBID bbID, MapleAllocator &mallocator) in BB() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp43 using BB = maple::litecg::BB; typedef