Home
last modified time | relevance | path

Searched refs:isDbgValue (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp77 if (!Entries.empty() && Entries.back().isDbgValue() && in startDbgValue()
104 assert(isDbgValue() && "Setting end index for non-debug value"); in endEntry()
185 if (!EI->isDbgValue()) in trimLocationRanges()
268 if (!Entry.isDbgValue()) in hasNonEmptyLocation()
344 assert(Entry.isDbgValue() && "Not a DBG_VALUE in LiveEntries"); in clobberRegEntries()
384 assert(Entry.isDbgValue() && "Not a DBG_VALUE in LiveEntries"); in handleNewDebugValue()
553 assert(Ent.isDbgValue() && !Ent.isClosed()); in calculateDbgEntityHistory()
587 if (Entry.isDbgValue()) in dump()
592 if (Entry.isDbgValue()) { in dump()
H A DDebugHandlerBase.cpp316 if (!I->isDbgValue()) in beginFunction()
321 return Pred.isDbgValue() && in beginFunction()
338 if (Entry.isDbgValue()) in beginFunction()
H A DCodeViewDebug.cpp1353 if (!Entry.isDbgValue()) in calculateRanges()
1424 End = EndingEntry.isDbgValue() in calculateRanges()
H A DDwarfDebug.cpp1726 if (EI->isDbgValue()) in buildLocationList()
1732 if (EI->isDbgValue()) { in buildLocationList()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h86 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp87 if (!DVR.isDbgValue()) in applyDebugifyMetadataToMachineFunction()
H A DAssignmentTrackingAnalysis.cpp1872 else if (DVR.isDbgValue()) in processDbgVariableRecord()
2473 if (DVR.isDbgValue() || DVR.isDbgAssign()) in emitPromotedVarLocs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h402 bool isDbgValue() { return Type == LocationType::Value; } in isDbgValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp649 if (DVR.isDbgValue() || DVR.isDbgAssign()) { in filterInstsUnrelatedToPDI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp776 if (DVR.isDbgValue() || DVR.isDbgAssign()) in checkDebugifyMetadata()
H A DBasicBlockUtils.cpp560 if (!DVR.isDbgValue() && !DVR.isDbgAssign()) in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
563 (DVR.isDbgValue() || at::getAssignmentInsts(&DVR).empty()); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp116 if (!DbgAssignAndValuesOnly || DVR->isDbgValue() || DVR->isDbgAssign()) in findDbgIntrinsics()
131 if (!DbgAssignAndValuesOnly || DVR->isDbgValue() || DVR->isDbgAssign()) in findDbgIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3653 if (DVR.isDbgValue()) { in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp7018 if (DVR.isDbgValue() || DVR.isDbgAssign()) in DbgGatherSalvagableDVI()