Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h145 using NodeSetType = SmallVector<NodeSet, 8>; variable
292 unsigned calculateRecMII(NodeSetType &RecNodeSets);
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);
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp482 NodeSetType NodeSets; in schedule()
484 NodeSetType Circuits = NodeSets; in schedule()
1170 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1324 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1681 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1709 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1726 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
1819 void SwingSchedulerDAG::fuseRecs(NodeSetType &NodeSets) { in fuseRecs()
1823 for (NodeSetType::iterator J = I + 1; J != E;) { in fuseRecs()
1843 for (NodeSetType::iterator J = I + 1; J != E;) { in removeDuplicateNodes()
[all …]