OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SchedImpl
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
160
SchedImpl
->initialize(this);
184
SUnit *SU =
SchedImpl
->pickNode(IsTopNode);
195
SchedImpl
->schedNode(SU, IsTopNode);
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
566
SchedImpl
->releaseTopNode(SuccSU);
605
SchedImpl
->releaseBottomNode(PredSU);
627
SchedImpl
->initPolicy(begin, end, regioninstrs);
667
DEBUG(
SchedImpl
->dumpPolicy());
681
SchedImpl
->initialize(this);
693
SUnit *SU =
SchedImpl
->pickNode(IsTopNode);
725
SchedImpl
->schedNode(SU, IsTopNode);
781
SchedImpl
->releaseTopNode(*I);
787
SchedImpl
->releaseBottomNode(*I);
793
SchedImpl
->registerRoots()
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
232
std::unique_ptr<MachineSchedStrategy>
SchedImpl
;
260
LIS(C->LIS),
SchedImpl
(std::move(S)), Topo(SUnits, &ExitSU),
Completed in 448 milliseconds