Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h398 void removePred(const SDep &D);
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp138 SU.removePred(E); in apply()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp171 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp673 I.removePred(RemoveDeps[i]); in updatePhiDependences()
717 I.removePred(Deps[i]); in changeDependences()
726 LastSU->removePred(Deps[i]); in changeDependences()
916 SU->removePred(D); in swapAntiDependences()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp96 SU->removePred(D); in RemovePred()
H A DScheduleDAGRRList.cpp236 SU->removePred(D); in RemovePred()