Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp338 if (Entry.getInstr()->isDebugEntryValue()) in clobberRegEntries()
384 if (!DV.isDebugEntryValue()) in handleNewDebugValue()
392 if (!DV.isDebugEntryValue()) { in handleNewDebugValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1294 bool isDebugEntryValue() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp883 bool MachineInstr::isDebugEntryValue() const { in isDebugEntryValue() function in MachineInstr