Lines Matching defs:SN
104 bool isSafeToExtLR(NodeAddr<StmtNode *> SN, MachineInstr *MI,
106 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList);
288 bool HexagonOptAddrMode::isSafeToExtLR(NodeAddr<StmtNode *> SN,
293 // Iterate through all the UseNodes in SN and find the reaching def
295 for (NodeAddr<UseNode *> UA : SN.Addr->members_if(DFG->IsUse, *DFG)) {
307 // one reaching at the SN.
425 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
426 MachineInstr *MI = SN.Addr->getCode();
457 // Iterate through all the UseNodes in SN and find the reaching def
520 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
521 MachineInstr &MI = *SN.Addr->getCode();
534 getAllRealUses(SN, AddaslUseList);
536 if (allValidCandidates(SN, AddaslUseList) &&
537 canRemoveAddasl(SN, MI, AddaslUseList)) {