Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp676 if (FirstDbgValue) in EmitSchedule()
677 BB->splice(RegionEnd, BB, FirstDbgValue); in EmitSchedule()
702 FirstDbgValue = nullptr; in EmitSchedule()
H A DScheduleDAGInstrs.cpp749 FirstDbgValue = nullptr; in buildSchedGraph()
965 FirstDbgValue = DbgMI; in buildSchedGraph()
H A DMachineScheduler.cpp902 if (FirstDbgValue) { in placeDebugValues()
903 BB->splice(RegionBegin, BB, FirstDbgValue); in placeDebugValues()
904 RegionBegin = FirstDbgValue; in placeDebugValues()
919 FirstDbgValue = nullptr; in placeDebugValues()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h244 MachineInstr *FirstDbgValue = nullptr; variable
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp342 if (FirstDbgValue) in detachSchedule()
343 Res.push_back(FirstDbgValue); in detachSchedule()