Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h147 using NodeSetType = SmallVector<NodeSet, 8>; variable
194 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
294 unsigned calculateRecMII(NodeSetType &RecNodeSets);
295 void findCircuits(NodeSetType &NodeSets);
296 void fuseRecs(NodeSetType &NodeSets);
297 void removeDuplicateNodes(NodeSetType &NodeSets);
298 void computeNodeFunctions(NodeSetType &NodeSets);
299 void registerPressureFilter(NodeSetType &NodeSets);
300 void colocateNodeSets(NodeSetType &NodeSets);
301 void checkNodeSets(NodeSetType &NodeSets);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp502 NodeSetType NodeSets; in schedule()
504 NodeSetType Circuits = NodeSets; in schedule()
1127 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1227 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()
1281 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1393 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()
1594 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()
1638 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1666 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1683 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
[all …]