Searched defs:removeKill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr *MI) { function in struct:llvm::LiveVariables::VarInfo
209 if (!getVarInfo(reg).removeKill(MI))
245 if (!getVarInfo(reg).removeKill(MI))

Completed in 77 milliseconds