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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp537 // All the regions of MBB are first found and stored in MBBRegions, which
543 // added to other regions than the current one without updating MBBRegions.
545 MBBRegionsVector MBBRegions; local
546 getSchedRegions(&*MBB, MBBRegions, Scheduler.doMBBSchedRegionsTopDown());
547 for (MBBRegionsVector::iterator R = MBBRegions.begin();
548 R != MBBRegions.end(); ++R) {

Completed in 59 milliseconds