Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp363 SetVector<SUnit *> &NodesAdded);
1822 SetVector<SUnit *> NodesAdded; in groupRemainingNodes() local
1833 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes()
1840 if (succ_L(NodesAdded, N)) { in groupRemainingNodes()
1844 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()
1849 NodesAdded.insert(I.begin(), I.end()); in groupRemainingNodes()
1856 if (succ_L(NodesAdded, N)) in groupRemainingNodes()
1858 addConnectedNodes(I, NewSet, NodesAdded); in groupRemainingNodes()
1865 if (pred_L(NodesAdded, N)) in groupRemainingNodes()
1867 addConnectedNodes(I, NewSet, NodesAdded); in groupRemainingNodes()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp400 SetVector<SUnit *> &NodesAdded);
1947 SetVector<SUnit *> NodesAdded; in groupRemainingNodes() local
1958 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes()
1965 if (succ_L(NodesAdded, N)) { in groupRemainingNodes()
1969 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()
1974 NodesAdded.insert(I.begin(), I.end()); in groupRemainingNodes()
1981 if (succ_L(NodesAdded, N)) in groupRemainingNodes()
1983 addConnectedNodes(I, NewSet, NodesAdded); in groupRemainingNodes()
1990 if (pred_L(NodesAdded, N)) in groupRemainingNodes()
1992 addConnectedNodes(I, NewSet, NodesAdded); in groupRemainingNodes()
[all …]