Home
last modified time | relevance | path

Searched refs:DbgValueInst (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfo.h27 class DbgValueInst; variable
74 void processValue(const Module &M, const DbgValueInst *DVI);
HDInstVisitor.h206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgValueInst()
308 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
HDIntrinsicInst.h170 class DbgValueInst : public DbgVariableIntrinsic {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue()
236 if (isa<DbgValueInst>(&I)) in checkDebugifyMetadata()
256 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata()
HDBasicBlockUtils.cpp339 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingBackwardScan()
342 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan()
386 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingForwardScan()
389 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan()
HDLocal.cpp383 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead()
1221 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue()
1237 SmallVector<DbgValueInst *, 1> DbgValues; in PhiHasDebugValue()
1524 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues()
1532 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues()
1576 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca()
1605 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca()
1638 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues()
HDLCSSA.cpp218 SmallVector<DbgValueInst *, 4> DbgValues; in formLCSSAForInstructions()
HDLoopRotationUtils.cpp153 SmallVector<DbgValueInst *, 1> DbgValues; in RewriteUsesOfClonedInstructions()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h46 class DbgValueInst; variable
316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h60 class DbgValueInst; variable
108 const DbgValueInst* DI = nullptr;
114 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo()
117 const DbgValueInst* getDI() { return DI; } in getDI()
HDFastISel.cpp1423 const DbgValueInst *DI = cast<DbgValueInst>(II); in selectIntrinsicCall()
HDSelectionDAGBuilder.cpp1165 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()
1198 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
1254 assert(isa<DbgValueInst>(DDI.getDI())); in salvageUnresolvedDbgValue()
6043 const DbgValueInst &DI = cast<DbgValueInst>(I); in visitIntrinsicCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp110 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) in processInstruction()
213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp559 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2625 SmallVector<DbgValueInst *, 1> DbgValues;
7243 assert(isa<DbgValueInst>(I)); in fixupDbgValue()
7244 DbgValueInst &DVI = *cast<DbgValueInst>(I); in fixupDbgValue()
7274 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1380 const DbgValueInst &DI = cast<DbgValueInst>(CI); in translateKnownIntrinsic()