Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp102 SU.removePred(Pred); in removeExportDependencies()
H A DAMDGPUIGroupLP.cpp503 Succ->removePred(*Match); in removeEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h416 LLVM_ABI void removePred(const SDep &D);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp175 void SUnit::removePred(const SDep &D) { in removePred() function in SUnit
H A DMachinePipeliner.cpp1264 I.removePred(D); in updatePhiDependences()
1308 I.removePred(D); in changeDependences()
1317 LastSU->removePred(D); in changeDependences()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp86 void RemovePred(SUnit *SU, const SDep &D) { 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.cpp254 SU.removePred(E); in apply()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc17643 {"_ZN4llvm5SUnit10removePredERKNS_4SDepE", "llvm::SUnit::removePred(llvm::SDep const&)"},