OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextSUs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
588
SmallPtrSet<const SUnit*, 8>
NextSUs
;
668
bool isNextSU(const SUnit *SU) const { return
NextSUs
.count(SU); }
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
[
all
...]
Completed in 54 milliseconds