Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp134 std::vector<std::pair<SUnit *, SUnit *>> &AddedEdges);
278 std::vector<std::pair<SUnit *, SUnit *>> &AddedEdges);
280 void removeEdges(const std::vector<std::pair<SUnit *, SUnit *>> &AddedEdges);
398 std::vector<std::pair<SUnit *, SUnit *>> &AddedEdges) { in addEdges() argument
414 AddedCost += Group->link(*SU, MakePred, AddedEdges); in addEdges()
500 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in populateReadyList() local
514 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList()
516 removeEdges(AddedEdges); in populateReadyList()
561 std::vector<std::pair<SUnit *, SUnit *>> AddedEdges; in solveExact() local
576 AddedCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in solveExact()
[all …]