OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BotRoots
(Results
1 - 2
of
2
) sorted by null
/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 66 milliseconds