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

  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 109 MachineDominatorTree &MDT, bool IsPostRA);
117 bool IsPostRA) :
118 ScheduleDAGInstrs(MF, MLI, MDT, IsPostRA) {
130 bool IsPostRA) : TM(MF.getTarget()), MF(MF) {
133 VLIWScheduler = new DefaultVLIWScheduler(MF, MLI, MDT, IsPostRA);
ScheduleDAGInstrs.cpp 51 IsPostRA(IsPostRAFlag), CanHandleTerminators(false), FirstDbgValue(0) {
52 assert((IsPostRA || LIS) && "PreRA scheduling requires LiveIntervals");
54 assert(!(IsPostRA && MRI.getNumVirtRegs()) &&
222 assert(!IsPostRA && "Virtual register encountered after regalloc.");
763 assert(!IsPostRA && "Virtual register encountered!");
    [all...]
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 112 bool IsPostRA);
ScheduleDAGInstrs.h 81 /// isPostRA flag indicates vregs cannot be present.
82 bool IsPostRA;

Completed in 276 milliseconds