Searched refs:convBB (Results 1 – 1 of 1) sorted by relevance
2100 BasicBlock *convBB = new BasicBlock(func); in handleInstruction() local2107 insertConvergenceOps(convBB, forkBB); in handleInstruction()2108 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()2109 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()2113 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()2114 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()2116 setPosition(convBB, true); in handleInstruction()