HomeSort by relevance Sort by last modified time
    Searched refs:FirstDbgValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 149 MachineInstr *FirstDbgValue;
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 654 if (FirstDbgValue)
655 BB->splice(RegionEnd, BB, FirstDbgValue);
680 FirstDbgValue = nullptr;
ScheduleDAGInstrs.cpp 58 CanHandleTerminators(false), FirstDbgValue(nullptr) {
780 FirstDbgValue = nullptr;
    [all...]
MachineScheduler.cpp 804 if (FirstDbgValue) {
805 BB->splice(RegionBegin, BB, FirstDbgValue);
806 RegionBegin = FirstDbgValue;
821 FirstDbgValue = nullptr;
    [all...]

Completed in 429 milliseconds