Home
last modified time | relevance | path

Searched refs:removeLiveIn (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDGPUIndirectAddressing.cpp180 MBB.removeLiveIn(*LI); in runOnMachineFunction()
200 MBB.removeLiveIn(Reg); in runOnMachineFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp214 LayoutSucc->removeLiveIn(OrigLiveIn[i]); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h298 void removeLiveIn(unsigned Reg);
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp398 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp328 void MachineBasicBlock::removeLiveIn(unsigned Reg) { in removeLiveIn() function in MachineBasicBlock