Searched refs:forkPoint (Results 1 – 1 of 1) sorted by relevance
1990 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction() local1992 forkPoint->cfg.attach(&elseClause->cfg, Graph::Edge::TREE); in handleInstruction()1995 forkPoint->getExit()->asFlow()->target.bb = elseClause; in handleInstruction()2006 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(joinBBs.pop().u.p); in handleInstruction() local2011 insertConvergenceOps(convPoint, forkPoint); in handleInstruction()