Home
last modified time | relevance | path

Searched defs:LiveRegDefs (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp73 std::vector<SUnit*> LiveRegDefs; member in __anon522cf4780111::ScheduleDAGFast
444 std::vector<SUnit *> &LiveRegDefs, in CheckForLiveRegDef()
DScheduleDAGRRList.cpp169 std::unique_ptr<SUnit*[]> LiveRegDefs; member in __anon43ab50ea0111::ScheduleDAGRRList
1301 static void CheckForLiveRegDef(SUnit *SU, unsigned Reg, SUnit **LiveRegDefs, in CheckForLiveRegDef()
1328 ArrayRef<SUnit*> LiveRegDefs, in CheckForLiveRegDefMasked()