Searched defs:bb1 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_dominance.cpp | 69 BB *DomAnalysis::Intersect(BB &bb1, const BB &bb2) in Intersect() 254 bool DomAnalysis::Dominate(const BB &bb1, const BB &bb2) in Dominate() 342 BB *PostDomAnalysis::PdomIntersect(BB &bb1, const BB &bb2) in PdomIntersect() 482 bool PostDomAnalysis::PostDominate(const BB &bb1, const BB &bb2) in PostDominate()
|
| D | cfgo.cpp | 59 bool ChainingPattern::DoSameThing(const BB &bb1, const Insn &last1, const BB &bb2, const Insn &last… in DoSameThing() argument 1043 uint32 CrossJumpBBPattern::CheckBBInsnsMatch(BB &bb1, BB &bb2, Insn *&f1, Insn *&f2) in CheckBBInsnsMatch() 1076 bool CrossJumpBBPattern::CheckBBSuccMatch(BB &bb1, BB &bb2) in CheckBBSuccMatch() 1170 void CrossJumpBBPattern::GetMergeDirection(BB &bb1, BB &bb2, const Insn &f1, const Insn &f2, MergeD… in GetMergeDirection() 1226 void CrossJumpBBPattern::MergeMemInfo(BB &bb1, Insn &newpos1, BB &redirectBB) in MergeMemInfo() 1240 bool CrossJumpBBPattern::TryCrossJumpBB(BB &bb1, BB &bb2, MergeDirection dir) in TryCrossJumpBB()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | condition_chain_cache.cpp | 37 auto bb1 = *it1; in Contains() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 100 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in InstInitialCompare() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 246 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in ComparePhiInputs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_cfg.cpp | 392 void MeCFG::SwapBBId(BB &bb1, BB &bb2) in SwapBBId()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | defect_scan_aux_test.cpp | 506 auto bb1 = bb0.GetSuccBlocks()[0]; variable
|