HomeSort by: relevance | last modified time | path
    Searched defs:LPR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LivePhysRegs.h 193 LivePhysRegs LPR;
195 computeAndAddLiveIns(LPR, MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCExpandISEL.cpp 385 LivePhysRegs LPR;
386 computeAndAddLiveIns(LPR, *NewSuccessor);
467 LivePhysRegs LPR;
468 computeAndAddLiveIns(LPR, *TrueBlock);
473 LivePhysRegs LPR;
474 computeAndAddLiveIns(LPR, *FalseBlock);

Completed in 25 milliseconds