Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1699 unsigned NRCycle = getNextResourceCycle(PI->ProcResourceIdx, PI->Cycles); in checkHazard() local
1700 if (NRCycle > CurrCycle) { in checkHazard()
1706 << "=" << NRCycle << "c\n"); in checkHazard()