Searched refs:convPoint (Results 1 – 1 of 1) sorted by relevance
2004 BasicBlock *convPoint = new BasicBlock(func); in handleInstruction() local2011 insertConvergenceOps(convPoint, forkPoint); in handleInstruction()2012 mkFlow(OP_BRA, convPoint, CC_ALWAYS, NULL); in handleInstruction()2013 bb->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()2017 lastBB->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()2018 lastBB->getExit()->asFlow()->target.bb = convPoint; in handleInstruction()2020 setPosition(convPoint, true); in handleInstruction()