OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BotRoots
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
352
void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*>
BotRoots
);
375
SmallVectorImpl<SUnit*> &
BotRoots
);
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
156
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
157
findRootsAndBiasEdges(TopRoots,
BotRoots
);
179
initQueues(TopRoots,
BotRoots
);
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
550
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
551
findRootsAndBiasEdges(TopRoots,
BotRoots
);
562
initQueues(TopRoots,
BotRoots
);
621
SmallVectorImpl<SUnit*> &
BotRoots
) {
635
BotRoots
.push_back(SU);
642
ArrayRef<SUnit*>
BotRoots
) {
657
I =
BotRoots
.rbegin(), E =
BotRoots
.rend(); I != E; ++I) {
[
all
...]
Completed in 389 milliseconds