Home
last modified time | relevance | path

Searched refs:MBBI_prev (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp655 auto MBBI_prev = MBBI; in emitPopSpecialFixUp() local
656 MBBI_prev--; in emitPopSpecialFixUp()
657 assert(MBBI_prev->getOpcode() == ARM::tPOP); in emitPopSpecialFixUp()
660 MBBI = MBBI_prev; // Replace the final tPOP with a tPOP_RET. in emitPopSpecialFixUp()