Home
last modified time | relevance | path

Searched defs:BotRoots (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp156 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp676 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
750 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges()
771 ArrayRef<SUnit*> BotRoots) { in initQueues()
1038 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h919 SmallVector<SUnit*, 8> BotRoots; variable