Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3747 BotIdx = NumRegionInstrs - 1; in initPolicy()
4228 assert(BotIdx < NumRegionInstrs && "out of bounds"); in pickNode()
4229 if (SU->NodeNum == BotIdx--) in pickNode()
4355 BotIdx = NumRegionInstrs - 1; in initPolicy()
4579 assert(BotIdx < NumRegionInstrs && "out of bounds"); in pickNode()
4580 if (SU->NodeNum == BotIdx--) in pickNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1192 unsigned BotIdx = 0; variable