HomeSort by relevance Sort by last modified time
    Searched refs:removeLiveIn (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 221 LayoutSucc->removeLiveIn(OrigLiveIn[i]);
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 241 MBB->removeLiveIn(reg);
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 327 /// removeLiveIn - Remove the specified register from the live in set.
329 void removeLiveIn(unsigned Reg);
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 445 MBB.removeLiveIn(Mips::V0);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 339 void MachineBasicBlock::removeLiveIn(unsigned Reg) {
    [all...]

Completed in 230 milliseconds