Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h293 bool hasPhysRegClobbers : 1; ///< Has any physreg defs, used or not. variable
322 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit()
334 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit()
344 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false), in SUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp100 SU->hasPhysRegClobbers = Old->hasPhysRegClobbers; in Clone()
469 SU.hasPhysRegClobbers = true; in AddSchedEdges()
H A DScheduleDAGRRList.cpp3029 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3115 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()