Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp482 NodeSetType NodeSets; in schedule() local
483 findCircuits(NodeSets); in schedule()
484 NodeSetType Circuits = NodeSets; in schedule()
488 unsigned RecMII = calculateRecMII(NodeSets); in schedule()
490 fuseRecs(NodeSets); in schedule()
530 computeNodeFunctions(NodeSets); in schedule()
532 registerPressureFilter(NodeSets); in schedule()
534 colocateNodeSets(NodeSets); in schedule()
536 checkNodeSets(NodeSets); in schedule()
539 for (auto &I : NodeSets) { in schedule()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h185 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
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);
294 void computeNodeOrder(NodeSetType &NodeSets);