Searched refs:DbgValueInst (Results 1 – 17 of 17) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DebugInfo.h | 27 class DbgValueInst; variable 74 void processValue(const Module &M, const DbgValueInst *DVI);
|
| HD | InstVisitor.h | 206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgValueInst() 308 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
|
| HD | IntrinsicInst.h | 170 class DbgValueInst : public DbgVariableIntrinsic {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | Debugify.cpp | 163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 236 if (isa<DbgValueInst>(&I)) in checkDebugifyMetadata() 256 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata()
|
| HD | BasicBlockUtils.cpp | 339 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()
|
| HD | Local.cpp | 383 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()
|
| HD | LCSSA.cpp | 218 SmallVector<DbgValueInst *, 4> DbgValues; in formLCSSAForInstructions()
|
| HD | LoopRotationUtils.cpp | 153 SmallVector<DbgValueInst *, 1> DbgValues; in RewriteUsesOfClonedInstructions()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | Local.h | 46 class DbgValueInst; variable 316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.h | 60 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()
|
| HD | FastISel.cpp | 1423 const DbgValueInst *DI = cast<DbgValueInst>(II); in selectIntrinsicCall()
|
| HD | SelectionDAGBuilder.cpp | 1165 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/ |
| HD | DebugInfo.cpp | 110 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/ |
| HD | MergeFunctions.cpp | 559 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | CodeGenPrepare.cpp | 2625 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/ |
| HD | IRTranslator.cpp | 1380 const DbgValueInst &DI = cast<DbgValueInst>(CI); in translateKnownIntrinsic()
|