Lines Matching defs:SUnits
119 Type::getVoidTy(mf.getFunction().getContext()))), Topo(SUnits, &ExitSU) {
335 // Either insert a new Reg2SUnits entry with an empty SUnits list, or
336 // retrieve the existing SUnits list for this register's uses.
572 /// After initSUnits, the SUnits vector cannot be resized and the scheduler may
581 SUnits.reserve(NumRegionInstrs);
759 PDiffs->init(SUnits.size());
1060 LLVM_DEBUG(dbgs() << "Before reduction:\nStoring SUnits:\n"; stores.dump();
1061 dbgs() << "Loading SUnits:\n"; loads.dump());
1082 SUnit *newBarrierChain = &SUnits[*(NodeNums.end() - N)];
1104 LLVM_DEBUG(dbgs() << "After reduction:\nStoring SUnits:\n"; stores.dump();
1105 dbgs() << "Loading SUnits:\n"; loads.dump());
1193 for (const SUnit &SU : SUnits)
1469 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) {
1474 for (const SUnit &SU : SUnits) {