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

  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 159 MachineBasicBlock &PrevMBB = **ReturnMBB.pred_begin();
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) {
162 PrevMBB.splice(PrevMBB.end(), &ReturnMBB, I);
163 PrevMBB.removeSuccessor(&ReturnMBB, true);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 282 milliseconds