Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Users

748   // Check the number of users of ADRP.
749 const SetOfMachineInstr *Users =
752 if (Users->size() > 1) {
835 // Check the number of users of this node.
836 const SetOfMachineInstr *Users =
839 if (Users->size() > 1) {
844 for (const MachineInstr *MI : *Users) {
863 // Check the number of users of the first node in the chain, i.e., ADRP
864 const SetOfMachineInstr *Users =
867 if (Users->size() > 1) {
881 for (auto &Use : *Users) {