Home
last modified time | relevance | path

Searched defs:DLI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp94 if (DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(&I)) { in convertToNewDbgValues() local
H A DVerifier.cpp6795 void Verifier::visitDbgLabelIntrinsic(StringRef Kind, DbgLabelInst &DLI) { in visitDbgLabelIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1033 SDDbgInfo::DbgLabelIterator DLI = DAG->DbgLabelBegin(); in EmitSchedule() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1655 if (auto *DLI = dyn_cast<DbgLabelInst>(&I)) { in fixupDebugInfoPostExtraction() local
H A DLocal.cpp433 if (const DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(I)) { in wouldInstructionBeTriviallyDead() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2099 auto DLI = DL->begin(); in verifyOrderingDominationAndDefUses() local