Searched refs:NextLLVMI (Results 1 – 2 of 2) sorted by relevance
77 if (auto *NextLLVMI = NextLLVMIOrBB.dyn_cast<llvm::Instruction *>()) { in revert() local78 BotLLVMI->insertBefore(NextLLVMI); in revert()
320 auto *NextLLVMI = LLVMI->getNextNode(); in getNextNode() local321 auto *NextI = cast_or_null<Instruction>(Ctx.getValue(NextLLVMI)); in getNextNode()