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

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 311 SUnit *DefSU = I->SU;
312 if (DefSU == &ExitSU)
314 if (DefSU != SU &&
316 !DefSU->getInstr()->registerDefIsDead(*Alias))) {
318 DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias));
322 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr()));
323 DefSU->addPred(Dep);
397 SUnit *DefSU = DefI->SU;
398 if (DefSU != SU && DefSU != &ExitSU)
    [all...]
MachineScheduler.cpp     [all...]

Completed in 68 milliseconds