Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp358 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
364 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp229 LayoutSucc->removeLiveIn(OrigLI.PhysReg); in runOnMachineFunction()
H A DRDFLiveness.cpp844 B.removeLiveIn(I); in resetLiveIns()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h327 void removeLiveIn(MCPhysReg Reg,
355 livein_iterator removeLiveIn(livein_iterator I);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp439 void MachineBasicBlock::removeLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) { in removeLiveIn() function in MachineBasicBlock
451 MachineBasicBlock::removeLiveIn(MachineBasicBlock::livein_iterator I) { in removeLiveIn() function in MachineBasicBlock
H A DMachineSink.cpp1056 SuccBB->removeLiveIn(*S); in updateLiveIn()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp730 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp136 I = MBB->removeLiveIn(I); in calcLiveInMask()