Searched refs:isPop (Results 1 – 2 of 2) sorted by relevance
49 static bool isPop(unsigned Opcode) { in isPop() function60 assert(isPop(PopOpcode) && "Unexpected Pop Opcode"); in getPopRetOpcode()160 if (isPop(PopMBBI->getOpcode()) && in runOnMachineFunction()
859 static bool isPop(unsigned Opcode) { in isPop() function1303 if (RVFI->isPushable(MF) && MBBI != MBB.end() && isPop(MBBI->getOpcode())) { in emitEpilogue()