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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp674 if (FirstDbgValue)
675 BB->splice(RegionEnd, BB, FirstDbgValue);
700 FirstDbgValue = nullptr;
H A DScheduleDAGInstrs.cpp780 FirstDbgValue = nullptr;
1012 FirstDbgValue = DbgMI;
H A DMachineScheduler.cpp891 if (FirstDbgValue) {
892 BB->splice(RegionBegin, BB, FirstDbgValue);
893 RegionBegin = FirstDbgValue;
908 FirstDbgValue = nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h249 MachineInstr *FirstDbgValue = nullptr; member in class:llvm::ScheduleDAGInstrs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp346 if (FirstDbgValue)
347 Res.push_back(FirstDbgValue);

Completed in 131 milliseconds