Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h237 void removeVirtualRegistersKilled(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp378 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
H A DLiveVariables.cpp760 void LiveVariables::removeVirtualRegistersKilled(MachineInstr &MI) { in removeVirtualRegistersKilled() function in LiveVariables