Home
last modified time | relevance | path

Searched defs:DVI (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp324 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 DAutoInitRemark.cpp153 for (const DbgVariableIntrinsic *DVI : in inspectVariable() local
H A DLCSSA.cpp239 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
H A DLocal.cpp422 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 DBasicBlockUtils.cpp360 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local
408 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
H A DLoopUtils.cpp690 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); in deleteDeadLoop() local
711 for (auto *DVI : DeadDebugInst) in deleteDeadLoop() local
H A DCodeExtractor.cpp1526 auto *DVI = cast<DbgVariableIntrinsic>(DII); in fixupDebugInfoPostExtraction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDebugify.cpp75 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction() local
H A DCodeGenPrepare.cpp2911 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 DUser.cpp34 if (auto DVI = dyn_cast_or_null<DbgVariableIntrinsic>(this)) { in replaceUsesOfWith() local
H A DDebugInfo.cpp88 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 DValue.cpp540 for (auto *DVI : DbgUsers) { in replaceDbgUsesOutsideBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp268 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(U)) { in considerHoistingFromTo() local
H A DLoopStrengthReduce.cpp5843 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 DAArch64StackTagging.cpp565 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 DMergeFunctions.cpp557 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1689 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 DCoroSplit.cpp654 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in salvageDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1236 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 DInstructionCombining.cpp2656 for (auto *DVI : DVIs) in visitAllocSite() local
2697 for (auto *DVI : DVIs) in visitAllocSite() local