Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Users

756   // Check the number of users of ADRP.
757 const SetOfMachineInstr *Users =
760 if (Users->size() > 1) {
843 // Check the number of users of this node.
844 const SetOfMachineInstr *Users =
847 if (Users->size() > 1) {
852 for (const MachineInstr *MI : *Users) {
871 // Check the number of users of the first node in the chain, i.e., ADRP
872 const SetOfMachineInstr *Users =
875 if (Users->size() > 1) {
889 for (auto &Use : *Users) {