Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:NextBB

1002       BasicBlock *NextBB = BasicBlock::Create(*DFS.Ctx, "", F);
1003 IRBuilder<> NextIRB(NextBB);
1007 LastBr->setSuccessor(0, NextBB);