Searched refs:tryToPairLdStInst (Results 1 – 2 of 2) sorted by relevance
62 bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);112 tryToPairLdStInst(MBBI)) in INITIALIZE_PASS()123 bool RISCVLoadStoreOpt::tryToPairLdStInst(MachineBasicBlock::iterator &MBBI) { in tryToPairLdStInst() function in RISCVLoadStoreOpt
220 bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);2797 bool AArch64LoadStoreOpt::tryToPairLdStInst(MachineBasicBlock::iterator &MBBI) { in tryToPairLdStInst() function in AArch64LoadStoreOpt3037 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()