Lines Matching defs:GetNext
301 auto GetNext = [](auto *I) { return &*++I->getIterator(); };
307 Instruction *B = GetNext(A);
308 Instruction *C = GetNext(B);
309 auto *EntryDbg = cast<DbgValueInst>(GetNext(C));
311 BasicBlock *Exit = GetNext(Entry);
313 Instruction *Ret = GetNext(ExitDbg);
367 auto GetNext = [](auto *I) { return &*++I->getIterator(); };
373 Instruction *B = GetNext(A);
374 Instruction *C = GetNext(B);
375 Instruction *Branch = GetNext(C);
377 BasicBlock *Exit = GetNext(Entry);