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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 101 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&);
460 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
464 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU,
546 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))
ScheduleDAGRRList.cpp 240 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
471 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
475 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU,
557 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))
ScheduleDAGRRList.cpp 234 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
    [all...]

Completed in 61 milliseconds