Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h138 using NodeSetType = SmallVector<NodeSet, 8>; variable
185 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
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);
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
1276 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()
1331 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1443 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()
1648 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()
1692 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1720 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1737 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
[all …]