Lines Matching defs:SUnits
120 Type::getVoidTy(mf.getFunction().getContext()))), Topo(SUnits, &ExitSU) {
336 // Either insert a new Reg2SUnits entry with an empty SUnits list, or
337 // retrieve the existing SUnits list for this register's uses.
567 /// After initSUnits, the SUnits vector cannot be resized and the scheduler may
576 SUnits.reserve(NumRegionInstrs);
756 PDiffs->init(SUnits.size());
1057 LLVM_DEBUG(dbgs() << "Before reduction:\nStoring SUnits:\n"; stores.dump();
1058 dbgs() << "Loading SUnits:\n"; loads.dump());
1079 SUnit *newBarrierChain = &SUnits[*(NodeNums.end() - N)];
1101 LLVM_DEBUG(dbgs() << "After reduction:\nStoring SUnits:\n"; stores.dump();
1102 dbgs() << "Loading SUnits:\n"; loads.dump());
1190 for (const SUnit &SU : SUnits)
1466 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) {
1471 for (const SUnit &SU : SUnits) {