Lines Matching refs:CheckLoc
535 static bool CreatePrologue(Function *F, Module *M, Instruction *CheckLoc,
539 PointerType *PtrTy = PointerType::getUnqual(CheckLoc->getContext());
567 Instruction *CheckLoc = dyn_cast<ReturnInst>(BB.getTerminator());
568 if (!CheckLoc && !DisableCheckNoReturn)
574 CheckLoc = CB;
578 if (!CheckLoc)
584 SupportsSelectionDAGSP &= CreatePrologue(F, M, CheckLoc, TLI, AI);
610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction();
612 CheckLoc = Prev;
616 CheckLoc = Prev;
625 IRBuilder<> B(CheckLoc);
663 IRBuilder<> B(CheckLoc);
675 SplitBlockAndInsertIfThen(Cmp, CheckLoc,