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

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 220 LayoutSucc->removeLiveIn(OrigLiveIn[i]);
  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 182 MBB.removeLiveIn(*LI);
202 MBB.removeLiveIn(Reg);
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 197 MBB->removeLiveIn(reg);
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 304 /// removeLiveIn - Remove the specified register from the live in set.
306 void removeLiveIn(unsigned Reg);
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 403 MBB.removeLiveIn(Mips::V0);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 333 void MachineBasicBlock::removeLiveIn(unsigned Reg) {
    [all...]

Completed in 111 milliseconds