Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp482 NodeSetType NodeSets; in schedule() local
483 findCircuits(NodeSets); in schedule()
490 fuseRecs(NodeSets); in schedule()
536 checkNodeSets(NodeSets); in schedule()
1731 NodeSets.clear(); in checkNodeSets()
1831 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in fuseRecs()
1841 NodeSets.erase(J); in fuseRecs()
1842 E = NodeSets.end(); in fuseRecs()
1852 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in removeDuplicateNodes()
1858 NodeSets.erase(J); in removeDuplicateNodes()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h185 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
284 void findCircuits(NodeSetType &NodeSets);
285 void fuseRecs(NodeSetType &NodeSets);
286 void removeDuplicateNodes(NodeSetType &NodeSets);
287 void computeNodeFunctions(NodeSetType &NodeSets);
288 void registerPressureFilter(NodeSetType &NodeSets);
289 void colocateNodeSets(NodeSetType &NodeSets);
290 void checkNodeSets(NodeSetType &NodeSets);
291 void groupRemainingNodes(NodeSetType &NodeSets);
294 void computeNodeOrder(NodeSetType &NodeSets);