Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp58 BB *DomAnalysis::Intersect(BB &bb1, const BB &bb2) in Intersect()
232 bool DomAnalysis::Dominate(const BB &bb1, const BB &bb2) in Dominate()
308 BB *PostDomAnalysis::PdomIntersect(BB &bb1, const BB &bb2) in PdomIntersect()
448 bool PostDomAnalysis::PostDominate(const BB &bb1, const BB &bb2) in PostDominate()
Dcfgo.cpp47 bool ChainingPattern::DoSameThing(const BB &bb1, const Insn &last1, const BB &bb2, const Insn &last… in DoSameThing() argument
Dloop.cpp566 for (auto *bb1 : loopHierarchy1->GetLoopMembers()) { in DetectInnerLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcondition_chain_cache.cpp37 auto bb1 = *it1; in Equal() local
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h104 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in Compare() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h100 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in InstInitialCompare() local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp408 auto bb1 = bb0.GetSuccBlocks()[0]; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp877 void MeCFG::SwapBBId(BB &bb1, BB &bb2) in SwapBBId()