HomeSort by relevance Sort by last modified time
    Searched full:buildschedgraph (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 117 /// After calling BuildSchedGraph, each machine instruction in the current
121 /// After calling BuildSchedGraph, each vreg used in the scheduling region
131 /// of inside BuildSchedGraph to avoid the need for it to be initialized and
145 /// These are generated by buildSchedGraph but persist so they can be
207 /// buildSchedGraph - Build SUnits from the MachineBasicBlock that we are
209 void buildSchedGraph(AliasAnalysis *AA,
MachineScheduler.h 443 /// Call ScheduleDAGInstrs::buildSchedGraph with register pressure tracking
  /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 102 BuildSchedGraph(AA);
ScheduleDAGSDNodes.cpp 518 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
522 void ScheduleDAGSDNodes::BuildSchedGraph(AliasAnalysis *AA) {
    [all...]
ScheduleDAGFast.cpp 125 BuildSchedGraph(nullptr);
ScheduleDAGRRList.cpp 338 BuildSchedGraph(nullptr);
    [all...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 124 buildSchedGraph(nullptr);
PostRASchedulerList.cpp 367 buildSchedGraph(AA);
382 buildSchedGraph(AA);
ScheduleDAGInstrs.cpp 187 /// scheduling driver may call BuildSchedGraph multiple times per scheduling
734 void ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA,
765 // Remove any stale debug info; sometimes BuildSchedGraph is called again
775 assert(VRegDefs.empty() && "Only BuildSchedGraph may access VRegDefs");
    [all...]
MachineScheduler.cpp 645 buildSchedGraph(AA);
    [all...]

Completed in 530 milliseconds