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