/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 324 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { in collectDebugInfoMetadata() local 559 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { in checkDebugInfoMetadata() local 635 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 728 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata() local
|
H A D | AutoInitRemark.cpp | 153 for (const DbgVariableIntrinsic *DVI : in inspectVariable() local
|
H A D | LCSSA.cpp | 239 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
|
H A D | Local.cpp | 422 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() local 1372 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local 1685 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1713 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
H A D | BasicBlockUtils.cpp | 360 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local 408 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
|
H A D | LoopUtils.cpp | 690 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); in deleteDeadLoop() local 711 for (auto *DVI : DeadDebugInst) in deleteDeadLoop() local
|
H A D | CodeExtractor.cpp | 1526 auto *DVI = cast<DbgVariableIntrinsic>(DII); in fixupDebugInfoPostExtraction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineDebugify.cpp | 75 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction() local
|
H A D | CodeGenPrepare.cpp | 2911 for (auto *DVI : DbgValues) in undo() local 7971 DbgValueInst &DVI = *cast<DbgValueInst>(I); in fixupDbgValue() local 8003 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | User.cpp | 34 if (auto DVI = dyn_cast_or_null<DbgVariableIntrinsic>(this)) { in replaceUsesOfWith() local
|
H A D | DebugInfo.cpp | 88 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local 94 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local 194 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in processInstruction() local 282 const DbgVariableIntrinsic &DVI) { in processVariable()
|
H A D | Value.cpp | 540 for (auto *DVI : DbgUsers) { in replaceDbgUsesOutsideBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 268 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(U)) { in considerHoistingFromTo() local
|
H A D | LoopStrengthReduce.cpp | 5843 auto DVI = dyn_cast<DbgValueInst>(&I); in DbgGatherEqualValues() local 5884 auto *DVI = A.first; in DbgApplyEqualValues() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 565 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(I)) { in runOnFunction() local 708 for (auto DVI : Info.DbgVariableIntrinsics) in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 557 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1689 for (auto *DVI : DIs) in insertSpills() local 2442 DbgVariableIntrinsic *DVI, bool ReuseFrameSlot) { in salvageDebugInfo() 2591 for (auto *DVI : DVIs) in buildCoroutineFrame() local 2677 llvm::for_each(DVIs, [&](DbgValueInst *DVI) { in buildCoroutineFrame()
|
H A D | CoroSplit.cpp | 654 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in salvageDebugInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1236 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) in sanitizeFunction() local 1317 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) { in sanitizeFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2656 for (auto *DVI : DVIs) in visitAllocSite() local 2697 for (auto *DVI : DVIs) in visitAllocSite() local
|