Lines Matching defs:NextInstruction
4646 BasicBlock::iterator NextInstruction =
4649 if (NextInstruction != BrInst->getSuccessor(0)->end())
4650 ForkTeamsCI = dyn_cast_if_present<CallInst>(NextInstruction);
4703 BasicBlock::iterator NextInstruction =
4706 if (NextInstruction != BrInst->getSuccessor(0)->end())
4707 ForkTeamsCI = dyn_cast_if_present<CallInst>(NextInstruction);
4763 BasicBlock::iterator NextInstruction =
4766 if (NextInstruction != BrInst->getSuccessor(0)->end())
4767 ForkTeamsCI = dyn_cast_if_present<CallInst>(NextInstruction);
4829 BasicBlock::iterator NextInstruction =
4832 if (NextInstruction != BrInst->getSuccessor(0)->end())
4833 ForkTeamsCI = dyn_cast_if_present<CallInst>(NextInstruction);