Searched refs:convBB (Results 1 – 1 of 1) sorted by relevance
3651 BasicBlock *convBB = new BasicBlock(func); in handleInstruction() local3658 insertConvergenceOps(convBB, forkBB); in handleInstruction()3659 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()3660 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()3664 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()3665 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()3667 setPosition(convBB, true); in handleInstruction()