Searched refs:HasBackedge (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 984 bool &HasBackedge, in createPHIExpression() argument 1005 HasBackedge = HasBackedge || isBackedge(BB, PHIBlock); in createPHIExpression() 1735 bool HasBackedge = false; in performSymbolicPHIEvaluation() local 1742 PHIOps, I, PHIBlock, HasBackedge, OriginalOpsConstant)); in performSymbolicPHIEvaluation() 1788 if (HasBackedge && !OriginalOpsConstant && in performSymbolicPHIEvaluation()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 256 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 297 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false); 1549 bool HasBackedge) { in circuit() argument 1561 if (!HasBackedge) in circuit() 1567 if (circuit(W, S, NodeSets, W < V ? true : HasBackedge)) in circuit()
|