Searched refs:removeVirtualRegistersKilled (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h231 /// removeVirtualRegistersKilled - Remove all killed info for the specified
233 void removeVirtualRegistersKilled(MachineInstr *MI);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp301 LV->removeVirtualRegistersKilled(MPhi);
H A DLiveVariables.cpp688 /// removeVirtualRegistersKilled - Remove all killed info for the specified
690 void LiveVariables::removeVirtualRegistersKilled(MachineInstr *MI) { function in class:LiveVariables

Completed in 28 milliseconds