Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp491 AddedCost += Group.link(*SU, MakePred, AddedEdges); in linkSUnit()
499 std::vector<std::pair<SUnit *, SUnit *>> &AddedEdges) { in addEdges() argument
595 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in populateReadyList() local
610 removeEdges(AddedEdges); in populateReadyList()
658 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in solveExact() local
694 removeEdges(AddedEdges); in solveExact()
740 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in greedyFind() local
765 removeEdges(AddedEdges); in greedyFind()
784 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in solveGreedy() local
794 removeEdges(AddedEdges); in solveGreedy()
[all …]