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 142 MachineInstr *FirstDbgValue;
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 747 if (FirstDbgValue)
748 BB->splice(RegionEnd, BB, FirstDbgValue);
773 FirstDbgValue = NULL;
ScheduleDAGInstrs.cpp 51 IsPostRA(IsPostRAFlag), CanHandleTerminators(false), FirstDbgValue(0) {
710 FirstDbgValue = NULL;
    [all...]
MachineScheduler.cpp 740 if (FirstDbgValue) {
741 BB->splice(RegionBegin, BB, FirstDbgValue);
742 RegionBegin = FirstDbgValue;
757 FirstDbgValue = NULL;
    [all...]

Completed in 674 milliseconds