Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp103 SU.removePred(Pred); in removeExportDependencies()
H A DAMDGPUIGroupLP.cpp256 SU.removePred(P); in resetEdges()
262 S.getSUnit()->removePred(SP); in resetEdges()
527 Succ->removePred(*Match); in removeEdges()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h394 void removePred(const SDep &D);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp174 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp951 I.removePred(RemoveDeps[i]); in updatePhiDependences()
994 I.removePred(Deps[i]); in changeDependences()
1003 LastSU->removePred(Deps[i]); in changeDependences()
1584 SU->removePred(D); in swapAntiDependences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp91 SU->removePred(D); in RemovePred()
H A DScheduleDAGRRList.cpp242 SU->removePred(D); in RemovePred()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp259 SU.removePred(E); in apply()