Lines Matching defs:bb
218 auto &bb = RegionAt(i); in BuildCatchBlocks() local
247 auto &bb = RegionAt(i); in CollectTryPredsInfo() local
271 void BytecodeCircuitBuilder::RemoveUnusedPredsInfo(BytecodeRegion& bb) in RemoveUnusedPredsInfo()
286 auto bb = pendingList.back(); in ClearUnreachableRegion() local
330 auto &bb = RegionAt(i); in RemoveUnreachableRegion() local
344 auto &bb = RegionAt(i); in UpdateCFG() local
358 auto &bb = RegionAt(i); in UpdateCFG() local
513 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate()
534 void BytecodeCircuitBuilder::MergeExceptionGete(BytecodeRegion &bb, in MergeExceptionGete()
553 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb) in NewJSGate()
594 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb) in NewJump()
638 GateRef BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb) in NewReturn()
665 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb) in NewByteCode()
709 auto &bb = RegionAt(bbId); in BuildSubCircuit() local
777 BytecodeRegion& bb = RegionAt(i); in PrintGraph() local
818 void BytecodeCircuitBuilder::PrintBytecodeInfo(BytecodeRegion& bb) in PrintBytecodeInfo()