OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buildschedgraph
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
82
///
BuildSchedGraph
- Build the SUnit graph from the selection dag that we
86
void
BuildSchedGraph
(AliasAnalysis *AA);
176
/// BuildSchedUnits, AddSchedEdges - Helper functions for
BuildSchedGraph
.
ScheduleDAGVLIW.cpp
100
BuildSchedGraph
(AA);
ScheduleDAGSDNodes.cpp
512
///
BuildSchedGraph
- Build the SUnit graph from the selection dag that we
516
void ScheduleDAGSDNodes::
BuildSchedGraph
(AliasAnalysis *AA) {
[
all
...]
ScheduleDAGFast.cpp
124
BuildSchedGraph
(NULL);
ScheduleDAGRRList.cpp
336
BuildSchedGraph
(NULL);
[
all
...]
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
114
/// After calling
BuildSchedGraph
, each machine instruction in the current
123
/// of inside
BuildSchedGraph
to avoid the need for it to be initialized and
137
/// These are generated by
buildSchedGraph
but persist so they can be
193
///
buildSchedGraph
- Build SUnits from the MachineBasicBlock that we are
195
void
buildSchedGraph
(AliasAnalysis *AA, RegPressureTracker *RPTracker = 0);
MachineScheduler.h
224
/// Register pressure in this region computed by
buildSchedGraph
.
341
/// Call ScheduleDAGInstrs::
buildSchedGraph
with register pressure tracking
/external/llvm/lib/CodeGen/
DFAPacketizer.cpp
124
buildSchedGraph
(0);
ScheduleDAGInstrs.cpp
176
/// scheduling driver may call
BuildSchedGraph
multiple times per scheduling
688
void ScheduleDAGInstrs::
buildSchedGraph
(AliasAnalysis *AA,
707
// Remove any stale debug info; sometimes
BuildSchedGraph
is called again
717
assert(VRegDefs.empty() && "Only
BuildSchedGraph
may access VRegDefs");
[
all
...]
PostRASchedulerList.cpp
367
buildSchedGraph
(AA);
382
buildSchedGraph
(AA);
MachineScheduler.cpp
588
// Initialize the register pressure tracker used by
buildSchedGraph
.
597
buildSchedGraph
(AA, &RPTracker);
[
all
...]
Completed in 272 milliseconds