Searched refs:isCandidateStore (Results 1 – 2 of 2) sorted by relevance
535 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore() function584 (!ADRPMode && isCandidateStore(MI) && in reachedUsesToDefs()698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr)) in isCandidate()1013 !isCandidateLoad(&MI) && !isCandidateStore(&MI)) in collectInvolvedReg()
197 static bool isCandidateStore(const MachineInstr &MI, const MachineOperand &MO) { in isCandidateStore() function307 } else if (isCandidateStore(MI, MO)) { in handleUse()