Searched refs:hasPhysRegClobbers (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 293 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 D | ScheduleDAGSDNodes.cpp | 100 SU->hasPhysRegClobbers = Old->hasPhysRegClobbers; in Clone() 469 SU.hasPhysRegClobbers = true; in AddSchedEdges()
|
H A D | ScheduleDAGRRList.cpp | 3029 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 3115 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
|