Home
last modified time | relevance | path

Searched defs:bbs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp25 BBT *TryCatchBlocksLower::FindTargetBBlock(LabelIdx idx, const std::vector<BBT *> &bbs) in FindTargetBBlock()
39 const MapleVector<BBT *> &bbs = labeledBBsInTry; in MoveCondGotoIntoTry() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dconstant_propagation_test.cpp78 auto &bbs = graph->GetVectorBlocks(); in CheckFunction() local
446 auto &bbs = graph->GetVectorBlocks(); in __anon35fcc12b0202() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp75 void PGOInstrumentTemplate<IRBB, Edge>::GetInstrumentBBs(std::vector<IRBB *> &bbs, IRBB *commonEntr… in GetInstrumentBBs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp107 std::set<BB *, BBIdCmp> bbs; in BuildCFG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h614 MapleVector<BB *> bbs; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp406 const auto &bbs = GetGraph()->GetVectorBlocks(); in RunImpl() local