OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BotRoots
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNIterativeScheduler.cpp
27
std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*>
BotRoots
,
131
SmallVector<SUnit*, 8>
BotRoots
;
142
Sch.findRootsAndBiasEdges(TopRoots,
BotRoots
);
154
return
BotRoots
;
SIMachineScheduler.cpp
1901
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
1909
findRootsAndBiasEdges(TopRoots,
BotRoots
);
1915
initQueues(TopRoots,
BotRoots
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
204
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
205
findRootsAndBiasEdges(TopRoots,
BotRoots
);
222
initQueues(TopRoots,
BotRoots
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h
360
void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*>
BotRoots
);
375
SmallVectorImpl<SUnit*> &
BotRoots
);
501
void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*>
BotRoots
);
1037
SmallVector<SUnit*, 8>
BotRoots
;
1074
BotRoots
.push_back(SU);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
775
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
776
findRootsAndBiasEdges(TopRoots,
BotRoots
);
787
initQueues(TopRoots,
BotRoots
);
847
SmallVectorImpl<SUnit*> &
BotRoots
) {
859
BotRoots
.push_back(&SU);
866
ArrayRef<SUnit*>
BotRoots
) {
880
I =
BotRoots
.rbegin(), E =
BotRoots
.rend(); I != E; ++I) {
1223
SmallVector<SUnit*, 8> TopRoots,
BotRoots
;
1224
findRootsAndBiasEdges(TopRoots,
BotRoots
);
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026