Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp339 if (Entry.getInstr()->isDebugEntryValue()) in clobberRegEntries()
385 if (!DV.isDebugEntryValue()) in handleNewDebugValue()
393 if (!DV.isDebugEntryValue()) { in handleNewDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1241 bool isDebugEntryValue() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp875 bool MachineInstr::isDebugEntryValue() const { in isDebugEntryValue() function in MachineInstr