Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h147 using NodeSetType = SmallVector<NodeSet, 8>; variable
295 unsigned calculateRecMII(NodeSetType &RecNodeSets);
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);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp520 NodeSetType NodeSets; in schedule()
522 NodeSetType Circuits = NodeSets; in schedule()
1548 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1702 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
2056 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
2084 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
2101 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
2194 void SwingSchedulerDAG::fuseRecs(NodeSetType &NodeSets) { in fuseRecs()
2198 for (NodeSetType::iterator J = I + 1; J != E;) { in fuseRecs()
2218 for (NodeSetType::iterator J = I + 1; J != E;) { in removeDuplicateNodes()
[all …]