Home
last modified time | relevance | path

Searched refs:removePred (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp103 SU.removePred(Pred); in removeExportDependencies()
H A DAMDGPUIGroupLP.cpp416 SU.removePred(P); in resetSchedBarrierEdges()
421 S.getSUnit()->removePred(SP); in resetSchedBarrierEdges()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h394 void removePred(const SDep &D);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAG.cpp175 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp914 I.removePred(RemoveDeps[i]); in updatePhiDependences()
957 I.removePred(Deps[i]); in changeDependences()
966 LastSU->removePred(Deps[i]); in changeDependences()
1206 SU->removePred(D); in swapAntiDependences()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp271 SU.removePred(E); in apply()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp91 SU->removePred(D); in RemovePred()
H A DScheduleDAGRRList.cpp243 SU->removePred(D); in RemovePred()