Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2887 const MCPhysReg *SUImpDefs = in canClobberPhysRegDefs() local
2890 if (!SUImpDefs && !SURegMask) in canClobberPhysRegDefs()
2901 if (!SUImpDefs) in canClobberPhysRegDefs()
2903 for (;*SUImpDefs; ++SUImpDefs) { in canClobberPhysRegDefs()
2904 unsigned SUReg = *SUImpDefs; in canClobberPhysRegDefs()