Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp36 bool adjustRetVal(MachineBasicBlock::iterator &MBBI);
101 bool RISCVPushPopOpt::adjustRetVal(MachineBasicBlock::iterator &MBBI) { in adjustRetVal() function in RISCVPushPopOpt
162 Modified |= usePopRet(PopMBBI, RetMBBI, adjustRetVal(PopMBBI)); in runOnMachineFunction()