• Home
  • Raw
  • Download

Lines Matching defs:bb

221         auto &bb = graph_[i];  in BuildCatchBlocks()  local
369 for (auto &bb : graph_) { in ComputeDomFrontiers() local
396 for (auto &bb : block.preds) { in RemoveDeadRegions() local
415 for (auto &bb : graph_) { in InsertPhi() local
464 for (auto &bb : graph_) { in InsertExceptionPhi() local
497 for (auto &bb: graph_) { in UpdateCFG() local
512 for (auto &bb: graph_) { in UpdateCFG() local
563 for (auto &bb: graph_) { in CollectPredsInfo() local
571 for (auto &bb: graph_) { in CollectPredsInfo() local
623 for (auto &bb: graph_) { in CollectPredsInfo() local
641 void BytecodeCircuitBuilder::NewLoopBegin(BytecodeRegion &bb) in NewLoopBegin()
666 for (auto &bb: graph_) { in BuildBlockCircuitHead() local
814 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJSGate()
889 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJump()
960 void BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewReturn()
985 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewByteCode()
1025 for (auto &bb: graph_) { in BuildSubCircuit() local
1048 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef &currentPhi) in NewPhi()
1098 auto &bb = graph_.at(bbId); in ResolveDef() local
1204 for (auto &bb: graph_) { in BuildCircuit() local
1295 BytecodeRegion& bb = graph_[i]; in PrintGraph() local
1354 void BytecodeCircuitBuilder::PrintBytecodeInfo(BytecodeRegion& bb) in PrintBytecodeInfo()