Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa.h24 class BB; // circular dependency exists, no other choice variable
Dbb.h66 BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id) in BB() function
82BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id, StmtNode *firstStmt, StmtNode *lastS… in BB() function
Dirmap.h123 virtual void SetCurFunction(const BB &) {} in SetCurFunction()
Dver_symbol.h24 class BB; // circular dependency exists, no other choice variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa_pre.cpp530 void SSAPre::PropagateNotAnt(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAnt()
Dcg_ssu_pre.cpp521 void SSUPre::PropagateNotAvail(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAvail()
Dcg_cfg.cpp775 void CGCFG::FindWillExitBBs(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in FindWillExitBBs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h85 MapleSet<BB *, BBIdCmp>::iterator EraseLoopMembers(MapleSet<BB *, BBIdCmp>::iterator it) in EraseLoopMembers()
Dinsn.h34 class BB; variable
Dcgbb.h88 BB(uint32 bbID, MapleAllocator &mallocator) in BB() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp635 void AArch64RegSavesOpt::Verify(regno_t reg, BB *bb, std::set<BB *, BBIdCmp> *visited, BBId *s, BBI… in Verify()
Daarch64_color_ra.cpp2060 void GraphColorRegAllocator::ClearLrBBFlags(const std::set<BB *, SortedBBCmpFunc> &member) const in ClearLrBBFlags() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1173 #define BB(INDEX) builder_->GetBlock(INDEX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h78 using BB = BlockNode; // A temporary faked BB variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1507 #define BB(INDEX) builder_->GetBlock(INDEX) macro
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp40 using BB = maple::litecg::BB; typedef