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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h194 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
293 void findCircuits(NodeSetType &NodeSets);
294 void fuseRecs(NodeSetType &NodeSets);
295 void removeDuplicateNodes(NodeSetType &NodeSets);
296 void computeNodeFunctions(NodeSetType &NodeSets);
297 void registerPressureFilter(NodeSetType &NodeSets);
298 void colocateNodeSets(NodeSetType &NodeSets);
299 void checkNodeSets(NodeSetType &NodeSets);
300 void groupRemainingNodes(NodeSetType &NodeSets);
303 void computeNodeOrder(NodeSetType &NodeSets);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp470 NodeSetType NodeSets; local
471 findCircuits(NodeSets);
472 NodeSetType Circuits = NodeSets;
476 unsigned RecMII = calculateRecMII(NodeSets);
478 fuseRecs(NodeSets);
518 computeNodeFunctions(NodeSets);
520 registerPressureFilter(NodeSets);
522 colocateNodeSets(NodeSets);
524 checkNodeSets(NodeSets);
527 for (auto &I : NodeSets) {
1165 calculateRecMII(NodeSetType &NodeSets) argument
1271 circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge) argument
1326 findCircuits(NodeSetType &NodeSets) argument
1438 computeNodeFunctions(NodeSetType &NodeSets) argument
1659 registerPressureFilter(NodeSetType &NodeSets) argument
1703 colocateNodeSets(NodeSetType &NodeSets) argument
1731 checkNodeSets(NodeSetType &NodeSets) argument
1749 groupRemainingNodes(NodeSetType &NodeSets) argument
1843 fuseRecs(NodeSetType &NodeSets) argument
1865 removeDuplicateNodes(NodeSetType &NodeSets) argument
1884 computeNodeOrder(NodeSetType &NodeSets) argument
[all...]

Completed in 100 milliseconds