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
331
void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*>
BotRoots
);
346
SmallVectorImpl<SUnit*> &
BotRoots
);
919
SmallVector<SUnit*, 8>
BotRoots
;
953
BotRoots
.push_back(SU);
/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
676
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
677
findRootsAndBiasEdges(TopRoots,
BotRoots
);
688
initQueues(TopRoots,
BotRoots
);
750
SmallVectorImpl<SUnit*> &
BotRoots
) {
764
BotRoots
.push_back(SU);
771
ArrayRef<SUnit*>
BotRoots
) {
786
I =
BotRoots
.rbegin(), E =
BotRoots
.rend(); I != E; ++I) {
[
all
...]
Completed in 434 milliseconds