Searched defs:bbNext (Results 1 – 2 of 2) sorted by relevance
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() local922 auto &bbNext = bb.catchs.at(0); in NewJSGate() local968 auto &bbNext = bb.succs[0]; in NewJump() local977 for (auto &bbNext: bb.succs) { in NewJump() local994 auto &bbNext = bb.succs.at(0); in NewJump() local1062 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local1082 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local[all …]
579 size_t FrameStateBuilder::LoopExitCount(BytecodeRegion* bb, BytecodeRegion* bbNext) in LoopExitCount()