Home
last modified time | relevance | path

Searched refs:SUImpDefs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2900 const MCPhysReg *SUImpDefs = in canClobberPhysRegDefs() local
2903 if (!SUImpDefs && !SURegMask) in canClobberPhysRegDefs()
2914 if (!SUImpDefs) in canClobberPhysRegDefs()
2916 for (;*SUImpDefs; ++SUImpDefs) { in canClobberPhysRegDefs()
2917 unsigned SUReg = *SUImpDefs; in canClobberPhysRegDefs()