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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 206 /// removeLiveIn - Remove the specified register from the live in set.
208 void removeLiveIn(unsigned Reg);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 260 void MachineBasicBlock::removeLiveIn(unsigned Reg) {

Completed in 146 milliseconds