Home
last modified time | relevance | path

Searched refs:isDebugEntryValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp345 if (Entry.getInstr()->isDebugEntryValue()) in clobberRegEntries()
404 if (!DV.isDebugEntryValue()) in handleNewDebugValue()
412 if (!DV.isDebugEntryValue()) { in handleNewDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1377 LLVM_ABI bool isDebugEntryValue() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp967 bool MachineInstr::isDebugEntryValue() const { in isDebugEntryValue() function in MachineInstr