Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp65 unsigned LastWBCycle = 0; in findLastWriteBackCycle() local
72 LastWBCycle = std::max(LastWBCycle, (unsigned)CyclesLeft); in findLastWriteBackCycle()
74 return LastWBCycle; in findLastWriteBackCycle()