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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp 259 MachineBasicBlock::iterator PMBBI = prior(MBBI);
260 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes);
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 378 MachineBasicBlock::iterator PMBBI = std::prev(MBBI);
379 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes))
380 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes);

Completed in 2254 milliseconds