Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp256 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
1437 bool HasBackedge) { in circuit() argument
1449 if (!HasBackedge) in circuit()
1455 if (circuit(W, S, NodeSets, W < V ? true : HasBackedge)) in circuit()