Searched refs:isPreLd (Results 1 – 2 of 2) sorted by relevance
237 static bool isPreLd(const MachineInstr &MI);
4063 bool AArch64InstrInfo::isPreLd(const MachineInstr &MI) { in isPreLd() function in AArch64InstrInfo4091 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()