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.cpp626 auto MBBI_prev = MBBI; in emitPopSpecialFixUp() local
627 MBBI_prev--; in emitPopSpecialFixUp()
628 assert(MBBI_prev->getOpcode() == ARM::tPOP); in emitPopSpecialFixUp()
631 MBBI = MBBI_prev; // Replace the final tPOP with a tPOP_RET. in emitPopSpecialFixUp()