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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 307 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
309 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
MachineBasicBlock.h 202 /// addLiveIn - Add the specified register as a live in. Note that it
204 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 388 /// addLiveIn - Add the specified physical register as a live-in value and
390 unsigned MachineFunction::addLiveIn(unsigned PReg,
399 MRI.addLiveIn(PReg, VReg);
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 805 public void addLiveIn (int regV) {
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1989 milliseconds