Searched refs:ExitSU (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScheduleDAGInstrs.cpp195 ExitSU.setInstr(ExitMI);
208 Uses[Reg].push_back(PhysRegSUOper(&ExitSU, -1));
211 addVRegUseDeps(&ExitSU, i);
224 Uses[Reg].push_back(PhysRegSUOper(&ExitSU, -1));
288 if (DefSU == &ExitSU)
366 if (DefSU != SU && DefSU != &ExitSU) {
380 /// TODO: Handle ExitSU "uses" properly.
530 SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth,
532 if (!SUa || !SUb || SUb == ExitSU)
567 iterateChainSucc (AA, MFI, SUa, I->getSUnit(), ExitSU, Dept
529 iterateChainSucc(AliasAnalysis *AA, const MachineFrameInfo *MFI, SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, SmallPtrSet<const SUnit*, 16> &Visited) argument
575 adjustChainDeps(AliasAnalysis *AA, const MachineFrameInfo *MFI, SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, unsigned LatencyToLoad) argument
[all...]
H A DScheduleDAG.cpp41 EntrySU(), ExitSU() {
53 ExitSU = SUnit();
H A DPostRASchedulerList.cpp609 // to be scheduled. Ignore the special ExitSU node.
610 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU)
H A DMachineScheduler.cpp313 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU)
544 releasePredecessors(&ExitSU);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp131 // to be scheduled. Ignore the special ExitSU node.
132 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU) {
H A DScheduleDAGFast.cpp520 ReleasePredecessors(&ExitSU, CurCycle);
H A DScheduleDAGRRList.cpp1451 ReleasePredecessors(&ExitSU);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAG.h526 SUnit ExitSU; // Special node for the region exit. member in class:llvm::ScheduleDAG

Completed in 158 milliseconds