Lines Matching defs:bb
208 auto &bb = graph_[i]; in BuildCatchBlocks() local
356 for (auto &bb : graph_) { in ComputeDomFrontiers() local
383 for (auto &bb : block.preds) { in RemoveDeadRegions() local
402 for (auto &bb : graph_) { in InsertPhi() local
451 for (auto &bb : graph_) { in InsertExceptionPhi() local
484 for (auto &bb: graph_) { in UpdateCFG() local
499 for (auto &bb: graph_) { in UpdateCFG() local
576 for (auto &bb: graph_) { in CollectPredsInfo() local
584 for (auto &bb: graph_) { in CollectPredsInfo() local
625 for (auto &bb: graph_) { in CollectPredsInfo() local
642 void BytecodeCircuitBuilder::NewLoopBegin(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewLoopBegin()
670 void BytecodeCircuitBuilder::TryInsertLoopExit(BytecodeRegion &bb, BytecodeRegion &bbNext, in TryInsertLoopExit()
679 void BytecodeCircuitBuilder::BuildBlockCircuitHead(BytecodeRegion &bb, GateRef &state, GateRef &dep… in BuildBlockCircuitHead()
733 void BytecodeCircuitBuilder::SetLoopBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetLoopBlockPred()
772 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetBlockPred()
879 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJSGate()
951 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJump()
1000 void BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewReturn()
1023 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewByteCode()
1052 auto &bb = graph_[bbId]; in BuildSubCircuit() local
1089 GateRef BytecodeCircuitBuilder::NewLoopBackPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopBackPhi()
1122 const auto &bb = GetBasicBlockById(from); in LoopExitCount() local
1131 GateRef BytecodeCircuitBuilder::NewValueFromPredBB(BytecodeRegion &bb, size_t idx, in NewValueFromPredBB()
1148 GateRef BytecodeCircuitBuilder::NewLoopForwardPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopForwardPhi()
1177 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef ¤tPhi) in NewPhi()
1254 GateRef BytecodeCircuitBuilder::ResolveDef(const BytecodeRegion &bb, int32_t bcId, const uint16_t r… in ResolveDef()
1270 auto &bb = graph_.at(bbId); in ResolveDef() local
1400 for (auto &bb: graph_) { in BuildCircuit() local
1517 auto &bb = GetBasicBlockById(bbId); in CollectLoopBack() local
1599 BytecodeRegion& bb = graph_[i]; in PrintGraph() local
1666 void BytecodeCircuitBuilder::PrintBytecodeInfo(BytecodeRegion& bb) in PrintBytecodeInfo()