Lines Matching defs:bbNext
670 void BytecodeCircuitBuilder::TryInsertLoopExit(BytecodeRegion &bb, BytecodeRegion &bbNext, in TryInsertLoopExit()
733 void BytecodeCircuitBuilder::SetLoopBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetLoopBlockPred()
772 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetBlockPred()
906 auto &bbNext = bb.catchs.at(0); in NewJSGate() local
922 auto &bbNext = bb.catchs.at(0); in NewJSGate() local
968 auto &bbNext = bb.succs[0]; in NewJump() local
977 for (auto &bbNext: bb.succs) { in NewJump() local
994 auto &bbNext = bb.succs.at(0); in NewJump() local
1062 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local
1082 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local
1123 const auto &bbNext = GetBasicBlockById(to); in LoopExitCount() local