OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildSchedGraph
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
126
/// After calling
BuildSchedGraph
, each machine instruction in the current
130
/// After calling
BuildSchedGraph
, each vreg used in the scheduling region
140
/// of inside
BuildSchedGraph
to avoid the need for it to be initialized and
158
/// These are generated by
buildSchedGraph
but persist so they can be
212
///
buildSchedGraph
- Build SUnits from the MachineBasicBlock that we are
214
void
buildSchedGraph
(AliasAnalysis *AA,
/external/llvm/lib/CodeGen/
DFAPacketizer.cpp
171
buildSchedGraph
(AA);
PostRASchedulerList.cpp
380
buildSchedGraph
(AA);
395
buildSchedGraph
(AA);
MachineScheduler.cpp
670
buildSchedGraph
(AA);
[
all
...]
ScheduleDAGInstrs.cpp
187
/// scheduling driver may call
BuildSchedGraph
multiple times per scheduling
825
void ScheduleDAGInstrs::
buildSchedGraph
(AliasAnalysis *AA,
[
all
...]
Completed in 55 milliseconds