Home
last modified time | relevance | path

Searched refs:useIsKill (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp243 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit
327 (MOI->readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, *MOI)))) in eliminateDeadDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h121 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;