Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp217 LayoutSucc->removeLiveIn(OrigLiveIn[i]); in runOnMachineFunction()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp238 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp448 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h329 void removeLiveIn(unsigned Reg);
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp330 void MachineBasicBlock::removeLiveIn(unsigned Reg) { in removeLiveIn() function in MachineBasicBlock