Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp389 buildSchedGraph(AA); in schedule()
404 buildSchedGraph(AA); in schedule()
H A DDFAPacketizer.cpp144 buildSchedGraph(AA); in schedule()
H A DMachineScheduler.cpp778 buildSchedGraph(AA); in schedule()
1285 buildSchedGraph(AA); in buildDAGWithRegPressure()
1298 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks); in buildDAGWithRegPressure()
H A DScheduleDAGInstrs.cpp726 void ScheduleDAGInstrs::buildSchedGraph(AAResults *AA, in buildSchedGraph() function in ScheduleDAGInstrs
H A DMachinePipeliner.cpp494 buildSchedGraph(AA); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h316 void buildSchedGraph(AAResults *AA,
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp134 Sch.buildSchedGraph(Sch.AA, nullptr, nullptr, nullptr, in BuildDAG()