Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2268 ReservedCyclesIndex.clear(); in reset()
2311 ReservedCyclesIndex.resize(ResourceCount); in init()
2317 ReservedCyclesIndex[i] = NumUnits; in init()
2386 unsigned StartIndex = ReservedCyclesIndex[PIdx]; in getNextResourceCycle()
2495 << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']' in checkHazard()
2671 << '[' << InstanceIdx - ReservedCyclesIndex[PIdx] << ']' in countResource()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h929 SmallVector<unsigned, 16> ReservedCyclesIndex; variable