Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1496 static bool succ_L(SetVector<SUnit *> &NodeOrder, in succ_L() function
1643 if (N1.empty() || !succ_L(N1, S1)) in colocateNodeSets()
1650 if (N2.empty() || !succ_L(N2, S2)) in colocateNodeSets()
1691 if (succ_L(I, N)) { in groupRemainingNodes()
1702 if (succ_L(NodesAdded, N)) { in groupRemainingNodes()
1718 if (succ_L(NodesAdded, N)) in groupRemainingNodes()
1828 } else if (succ_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
1950 if (succ_L(NodeOrder, N, &Nodes)) in computeNodeOrder()