Home
last modified time | relevance | path

Searched refs:NRCycle (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2486 unsigned NRCycle, InstanceIdx; in checkHazard() local
2487 std::tie(NRCycle, InstanceIdx) = in checkHazard()
2489 if (NRCycle > CurrCycle) { in checkHazard()
2496 << "=" << NRCycle << "c\n"); in checkHazard()