Searched refs:breakBB (Results 1 – 1 of 1) sorted by relevance
2062 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p); in handleInstruction() local2063 mkFlow(OP_BREAK, breakBB, CC_ALWAYS, NULL); in handleInstruction()2064 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS); in handleInstruction()2070 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p); in handleInstruction() local2072 mkFlow(OP_BREAK, breakBB, cc, src(0, 0)); in handleInstruction()2073 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS); in handleInstruction()