Searched defs:DLI (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | BasicBlock.cpp | 94 if (DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(&I)) { in convertToNewDbgValues() local |
H A D | Verifier.cpp | 6776 visitDbgLabelIntrinsic(StringRef Kind,DbgLabelInst & DLI) visitDbgLabelIntrinsic() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | ScheduleDAGSDNodes.cpp | 1033 SDDbgInfo::DbgLabelIterator DLI = DAG->DbgLabelBegin(); EmitSchedule() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | CodeExtractor.cpp | 1654 if (auto *DLI = dyn_cast<DbgLabelInst>(&I)) { fixupDebugInfoPostExtraction() local |
H A D | Local.cpp | 433 if (const DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(I)) { wouldInstructionBeTriviallyDead() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | MemorySSA.cpp | 2099 auto DLI = DL->begin(); in verifyOrderingDominationAndDefUses() local |