Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h310 using NodeSetType = SmallVector<NodeSet, 8>; variable
365 bool circuit(int V, int S, NodeSetType &NodeSets,
453 unsigned calculateRecMII(NodeSetType &RecNodeSets);
454 void findCircuits(NodeSetType &NodeSets);
455 void fuseRecs(NodeSetType &NodeSets);
456 void removeDuplicateNodes(NodeSetType &NodeSets);
457 void computeNodeFunctions(NodeSetType &NodeSets);
458 void registerPressureFilter(NodeSetType &NodeSets);
459 void colocateNodeSets(NodeSetType &NodeSets);
460 void checkNodeSets(NodeSetType &NodeSets);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp721 NodeSetType NodeSets; in schedule()
723 NodeSetType Circuits = NodeSets; in schedule()
1823 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1909 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()
1965 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
2061 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()
2272 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()
2316 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
2344 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
2361 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
[all …]