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.cpp670 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
740 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges()
761 ArrayRef<SUnit*> BotRoots) { in initQueues()
1012 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h907 SmallVector<SUnit*, 8> BotRoots; variable