Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp103 SU.removePred(Pred); in removeExportDependencies()
H A DAMDGPUIGroupLP.cpp251 SU.removePred(P); in resetEdges()
257 S.getSUnit()->removePred(SP); in resetEdges()
522 Succ->removePred(*Match); in removeEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h412 void removePred(const SDep &D);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp174 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp1011 I.removePred(D); in updatePhiDependences()
1054 I.removePred(D); in changeDependences()
1063 LastSU->removePred(D); in changeDependences()
1644 SU->removePred(D); in swapAntiDependences()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp255 SU.removePred(E); in apply()