/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfilePlugins.inc | 105 Instruction *InsertPt = I->getNextNonDebugInstruction(); 110 InsertPt = InsertPt->getNextNonDebugInstruction();
|
H A D | HWAddressSanitizer.cpp | 1404 IRBuilder<> IRB(LP->getNextNonDebugInstruction()); in instrumentLandingPads() 1429 IRBuilder<> IRB(AI->getNextNonDebugInstruction()); in instrumentStack()
|
H A D | AddressSanitizer.cpp | 3344 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas() 3345 for (Instruction *It = Start; It; It = It->getNextNonDebugInstruction()) { in findStoresToUninstrumentedArgAllocas()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.h | 851 getNextNonDebugInstruction(bool SkipPseudoOp = false) const; 852 Instruction *getNextNonDebugInstruction(bool SkipPseudoOp = false) { 854 static_cast<const Instruction *>(this)->getNextNonDebugInstruction(
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1164 Instruction::getNextNonDebugInstruction(bool SkipPseudoOp) const { in getNextNonDebugInstruction() function in Instruction 1181 if (const Instruction *Next = getNextNonDebugInstruction()) in getStableDebugLoc()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2622 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers() 2627 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers() 2645 NextNonDebug = NextNonDebug->getNextNonDebugInstruction(); in rewriteDebugUsers() 3033 if (!isa<UnreachableInst>(CI->getNextNonDebugInstruction())) { in markAliveBlocks() 3035 changeToUnreachable(CI->getNextNonDebugInstruction(), false, DTU); in markAliveBlocks()
|
H A D | ScalarEvolutionExpander.cpp | 1657 IP = OrigInc->getNextNonDebugInstruction()->getIterator(); in replaceCongruentIVInc()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3006 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst() 3177 Instruction *NextInst = II->getNextNonDebugInstruction(); in visitCallInst() 3182 NextInst = NextInst->getNextNonDebugInstruction(); in visitCallInst() 3192 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst() 3195 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst() 3631 auto *NFI = dyn_cast<FenceInst>(FI.getNextNonDebugInstruction()); in visitFenceInst()
|
H A D | InstructionCombining.cpp | 4577 MoveBefore = MoveBefore->getNextNonDebugInstruction()->getIterator(); in freezeOtherUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 270 EndInst != BackInst->getNextNonDebugInstruction()) in splitCandidate() 2352 NextModuleInst = ID.Inst->getNextNonDebugInstruction(); in nextIRInstructionDataMatchesNextInst() 2379 Region.Candidate->backInstruction()->getNextNonDebugInstruction(); in isCompatibleWithAlreadyOutlinedCode()
|
H A D | GlobalOpt.cpp | 1879 Builder.SetInsertPoint(NewCB->getNextNonDebugInstruction()); in RemovePreallocated() 1903 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
|
H A D | Attributor.cpp | 795 Instruction *Inst = CB->getNextNonDebugInstruction(); in isPotentiallyReachable()
|
H A D | AttributorAttributes.cpp | 1765 FromI = FromI->getNextNonDebugInstruction(); in updateImpl() 1776 if (IsImpactedInRange(LoadI->getNextNonDebugInstruction(), &IntrI)) in updateImpl() 1793 if (IsImpactedInRange(LoadI->getNextNonDebugInstruction(), in updateImpl()
|
H A D | OpenMPOpt.cpp | 2856 } while ((CurI = CurI->getNextNonDebugInstruction())); in isExecutedInAlignedRegion()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 748 BBI = SI->getNextNonDebugInstruction()->getIterator(); in processStoreOfLoad() 1848 BBI = M->getNextNonDebugInstruction()->getIterator(); in processMemCpy()
|
H A D | LoopStrengthReduce.cpp | 2719 if (Cond->getNextNonDebugInstruction() != TermBr) { in OptimizeLoopTermCond()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1555 if (entry_ptr->getNextNonDebugInstruction()) in GenerateBlockFunction() 1556 entry_ptr = entry_ptr->getNextNonDebugInstruction()->getIterator(); in GenerateBlockFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 388 for (const Instruction *I = LI; I != SI; I = I->getNextNonDebugInstruction()) in canSkipClobberingStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 11590 LastInst->getNextNonDebugInstruction()->getIterator()); in setInsertPointAfterBundle() 14001 Builder.SetInsertPoint(IVec->getNextNonDebugInstruction()); in vectorizeTree() 15013 if (PickedInst->getNextNonDebugInstruction() != LastScheduledInst) in scheduleBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6943 IRBuilder<> Builder(Load->getNextNonDebugInstruction()); in optimizeLoadExt()
|