Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp242 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit
326 (MOI->readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, *MOI)))) in eliminateDeadDef()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp220 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit
300 (MOI->readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, *MOI)))) in eliminateDeadDef()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h112 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h122 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;