Searched refs:Precond (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 124 ConditionTy Precond = {}) in FactOrCheck() 125 : Cond(Pred, Op0, Op1), DoesHold(Precond), NumIn(DTN->getDFSNumIn()), 130 ConditionTy Precond = {}) { in getConditionFact() 131 return FactOrCheck(DTN, Pred, Op0, Op1, Precond); 1100 ConditionTy Precond = {CmpInst::ICMP_ULE, StartValue, B}; in addInfoForInductions() local 1107 DT.getNode(EB), CmpInst::ICMP_ULE, A, B, Precond)); in addInfoForInductions()
|