Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h138 using NodeSetType = SmallVector<NodeSet, 8>; variable
283 unsigned calculateRecMII(NodeSetType &RecNodeSets);
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);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp482 NodeSetType NodeSets; in schedule()
484 NodeSetType Circuits = NodeSets; in schedule()
1172 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1331 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1692 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1720 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1737 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
1830 void SwingSchedulerDAG::fuseRecs(NodeSetType &NodeSets) { in fuseRecs()
1834 for (NodeSetType::iterator J = I + 1; J != E;) { in fuseRecs()
1854 for (NodeSetType::iterator J = I + 1; J != E;) { in removeDuplicateNodes()
[all …]