Searched defs:bb2 (Results 1 – 6 of 6) 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() 1240 bool CrossJumpBBPattern::TryCrossJumpBB(BB &bb1, BB &bb2, MergeDirection dir) in TryCrossJumpBB()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 105 auto bb2 = bbMap_.at(bb1); in InstInitialCompare() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 250 auto bb2 = bb_map_.at(bb1); 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 | 514 auto bb2 = graph.GetEndBasicBlock(); variable
|