Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h183 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
285 void findCircuits(NodeSetType &NodeSets);
286 void fuseRecs(NodeSetType &NodeSets);
287 void removeDuplicateNodes(NodeSetType &NodeSets);
288 void computeNodeFunctions(NodeSetType &NodeSets);
289 void registerPressureFilter(NodeSetType &NodeSets);
290 void colocateNodeSets(NodeSetType &NodeSets);
291 void checkNodeSets(NodeSetType &NodeSets);
292 void groupRemainingNodes(NodeSetType &NodeSets);
295 void computeNodeOrder(NodeSetType &NodeSets);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp324 NodeSetType NodeSets; in schedule() local
325 findCircuits(NodeSets); in schedule()
332 fuseRecs(NodeSets); in schedule()
354 colocateNodeSets(NodeSets); in schedule()
356 checkNodeSets(NodeSets); in schedule()
365 std::stable_sort(NodeSets.begin(), NodeSets.end(), std::greater<NodeSet>()); in schedule()
1450 NodeSets.clear(); in checkNodeSets()
1552 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in fuseRecs()
1563 NodeSets.erase(J); in fuseRecs()
1574 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in removeDuplicateNodes()
[all …]