Searched refs:isCandidateLoad (Results 1 – 2 of 2) sorted by relevance
649 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad() function698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr)) in isCandidate()900 if (isCandidateLoad(Candidate)) { in computeOthers()1013 !isCandidateLoad(&MI) && !isCandidateStore(&MI)) in collectInvolvedReg()
221 static bool isCandidateLoad(const MachineInstr &MI) { in isCandidateLoad() function301 if (isCandidateLoad(MI)) { in handleUse()