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.cpp2541 ReservedCyclesIndex.clear(); in reset()
2584 ReservedCyclesIndex.resize(ResourceCount); in init()
2590 ReservedCyclesIndex[i] = NumUnits; in init()
2659 unsigned StartIndex = ReservedCyclesIndex[PIdx]; in getNextResourceCycle()
2773 << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']' << "=" in checkHazard()
2964 << '[' << InstanceIdx - ReservedCyclesIndex[PIdx] << ']' in countResource()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h937 SmallVector<unsigned, 16> ReservedCyclesIndex; variable