Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1071 bool isDebugEntryValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp826 bool MachineInstr::isDebugEntryValue() const { in isDebugEntryValue() function in MachineInstr
DMachineVerifier.cpp842 } else if (FirstTerminator && !MI->isDebugEntryValue()) { in visitMachineBundleBefore()