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()
391 if (!DV.isDebugEntryValue()) in handleNewDebugValue()
399 if (!DV.isDebugEntryValue()) { in handleNewDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1374 bool isDebugEntryValue() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp940 bool MachineInstr::isDebugEntryValue() const { in isDebugEntryValue() function in MachineInstr