Home
last modified time | relevance | path

Searched defs:DDI (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp105 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp572 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
H A DInliner.cpp206 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in mergeInlinedArrayAllocas() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp417 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in wouldInstructionBeTriviallyDead() local
1537 if (auto DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare() local
1544 DbgDeclareInst *DDI = I; in LowerDbgDeclare() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp891 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1165 for (auto *DDI : AllocaDbgMap.lookup(AI)) { in instrumentStack() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp546 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1169 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo()
1185 for (auto &DDI : DDIV) in dropDanglingDebugInfo() local
1202 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() local
1249 void SelectionDAGBuilder::salvageUnresolvedDbgValue(DanglingDebugInfo &DDI) { in salvageUnresolvedDbgValue()
1443 for (auto &DDI : Pair.second) in resolveOrClearDbgInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3603 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMFunction() local
3877 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp773 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp71 if (auto *DDI = dyn_cast<DbgDeclareInst>(DVI)) in FindDbgDeclareUses() local