Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h755 unsigned getNextResourceCycleByInstance(unsigned InstanceIndex,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2086 unsigned SchedBoundary::getNextResourceCycleByInstance(unsigned InstanceIdx, in getNextResourceCycleByInstance() function in SchedBoundary
2143 unsigned NextUnreserved = getNextResourceCycleByInstance(I, Cycles); in getNextResourceCycle()