Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h195 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
296 void findCircuits(NodeSetType &NodeSets);
297 void fuseRecs(NodeSetType &NodeSets);
298 void removeDuplicateNodes(NodeSetType &NodeSets);
299 void computeNodeFunctions(NodeSetType &NodeSets);
300 void registerPressureFilter(NodeSetType &NodeSets);
301 void colocateNodeSets(NodeSetType &NodeSets);
302 void checkNodeSets(NodeSetType &NodeSets);
303 void groupRemainingNodes(NodeSetType &NodeSets);
306 void computeNodeOrder(NodeSetType &NodeSets);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp520 NodeSetType NodeSets; in schedule() local
521 findCircuits(NodeSets); in schedule()
528 fuseRecs(NodeSets); in schedule()
574 checkNodeSets(NodeSets); in schedule()
2095 NodeSets.clear(); in checkNodeSets()
2195 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in fuseRecs()
2205 NodeSets.erase(J); in fuseRecs()
2206 E = NodeSets.end(); in fuseRecs()
2216 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in removeDuplicateNodes()
2222 NodeSets.erase(J); in removeDuplicateNodes()
[all …]