Searched refs:succ_L (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1977 static bool succ_L(SetVector<SUnit *> &NodeOrder, in succ_L() function 2121 if (N1.empty() || !succ_L(N1, S1)) in colocateNodeSets() 2128 if (N2.empty() || !succ_L(N2, S2)) in colocateNodeSets() 2169 if (succ_L(I, N)) { in groupRemainingNodes() 2180 if (succ_L(NodesAdded, N)) { in groupRemainingNodes() 2196 if (succ_L(NodesAdded, N)) in groupRemainingNodes() 2306 } else if (succ_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder() 2428 if (succ_L(NodeOrder, N, &Nodes)) in computeNodeOrder()
|