Lines Matching defs:Next
740 // instruction's next pointer and moving the next instruction to the
742 Instruction *Next = Inst->getNextNode();
750 Inst = Next;
995 // to the next block during the loop below or to the tail after the final
1363 Instruction *Next = nullptr;
1367 Next = II->getNormalDest()->begin();
1371 Next = NewBB->begin();
1374 Next = CS->getNextNode();
1378 IRBuilder<> NextIRB(Next);
1428 if (Next) {
1430 ExtractValueInst::Create(NewCS.getInstruction(), 0, "", Next);
1433 ExtractValueInst::Create(NewCS.getInstruction(), 1, "", Next);