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