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

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp220 LayoutSucc->removeLiveIn(OrigLiveIn[i]);
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp231 MBB->removeLiveIn(reg);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h304 /// removeLiveIn - Remove the specified register from the live in set.
306 void removeLiveIn(unsigned Reg);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp408 MBB.removeLiveIn(Mips::V0);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp333 void MachineBasicBlock::removeLiveIn(unsigned Reg) { function in class:MachineBasicBlock

Completed in 116 milliseconds