Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2107 SchedBoundary::getNextResourceCycle(const MCSchedClassDesc *SC, unsigned PIdx, in getNextResourceCycle() function in SchedBoundary
2137 getNextResourceCycle(SC, SubUnits[I], Cycles); in getNextResourceCycle()
2199 std::tie(NRCycle, InstanceIdx) = getNextResourceCycle(SC, ResIdx, Cycles); in checkHazard()
2372 std::tie(NextAvailable, InstanceIdx) = getNextResourceCycle(SC, PIdx, Cycles); in countResource()
2468 getNextResourceCycle(SC, PIdx, 0); in bumpNode()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h786 std::pair<unsigned, unsigned> getNextResourceCycle(const MCSchedClassDesc *SC,