Searched refs:buildSchedGraph (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h198 /// every Nth memory SU into BarrierChain in buildSchedGraph(), since
246 /// These are generated by buildSchedGraph but persist so they can be
310 void buildSchedGraph(AAResults *AA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp144 buildSchedGraph(AA);
H A DPostRASchedulerList.cpp391 buildSchedGraph(AA);
406 buildSchedGraph(AA);
H A DScheduleDAGInstrs.cpp727 void ScheduleDAGInstrs::buildSchedGraph(AAResults *AA, function in class:ScheduleDAGInstrs
H A DMachineScheduler.cpp754 buildSchedGraph(AA);
1263 buildSchedGraph(AA);
1267 // Initialize the register pressure tracker used by buildSchedGraph.
1276 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks);
H A DMachinePipeliner.cpp462 buildSchedGraph(AA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp160 Sch.buildSchedGraph(Sch.AA, nullptr, nullptr, nullptr,

Completed in 195 milliseconds