Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp103 SU.removePred(Pred); in removeExportDependencies()
H A DAMDGPUIGroupLP.cpp199 SU.removePred(P); in resetEdges()
205 S.getSUnit()->removePred(SP); in resetEdges()
433 Succ->removePred(*Match); in removeEdges()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h394 void removePred(const SDep &D);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAG.cpp175 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp934 I.removePred(RemoveDeps[i]); in updatePhiDependences()
977 I.removePred(Deps[i]); in changeDependences()
986 LastSU->removePred(Deps[i]); in changeDependences()
1163 SU->removePred(D); in swapAntiDependences()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp91 SU->removePred(D); in RemovePred()
H A DScheduleDAGRRList.cpp243 SU->removePred(D); in RemovePred()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp259 SU.removePred(E); in apply()