Searched refs:tryToPairLdStInst (Results 1 – 1 of 1) sorted by relevance
196 bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);2310 bool AArch64LoadStoreOpt::tryToPairLdStInst(MachineBasicBlock::iterator &MBBI) { in tryToPairLdStInst() function in AArch64LoadStoreOpt2501 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()