Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp393 buildSchedGraph(AA); in schedule()
408 buildSchedGraph(AA); in schedule()
H A DDFAPacketizer.cpp206 buildSchedGraph(AA); in schedule()
H A DMachineScheduler.cpp763 buildSchedGraph(AA); in schedule()
1276 buildSchedGraph(AA); in buildDAGWithRegPressure()
1289 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks); in buildDAGWithRegPressure()
H A DScheduleDAGInstrs.cpp704 void ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA, in buildSchedGraph() function in ScheduleDAGInstrs
H A DMachinePipeliner.cpp316 buildSchedGraph(AA); in schedule()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h305 void buildSchedGraph(AliasAnalysis *AA,
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp156 Sch.buildSchedGraph(Sch.AA, nullptr, nullptr, nullptr, in BuildDAG()