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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2109 unsigned OtherCritCount = Rem->RemIssueCount local
2112 << OtherCritCount / SchedModel->getMicroOpFactor() << '\n');
2116 if (OtherCount > OtherCritCount) {
2117 OtherCritCount = OtherCount;
2124 << OtherCritCount / SchedModel->getResourceFactor(OtherCritIdx)
2127 return OtherCritCount;

Completed in 106 milliseconds