Searched refs:FactOrCheck (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 91 struct FactOrCheck { struct 115 FactOrCheck(EntryTy Ty, DomTreeNode *DTN, Instruction *Inst) in FactOrCheck() function 119 FactOrCheck(DomTreeNode *DTN, Use *U) in FactOrCheck() argument 123 FactOrCheck(DomTreeNode *DTN, CmpPredicate Pred, Value *Op0, Value *Op1, in FactOrCheck() argument 128 static FactOrCheck getConditionFact(DomTreeNode *DTN, CmpPredicate Pred, in getConditionFact() argument 131 return FactOrCheck(DTN, Pred, Op0, Op1, Precond); 134 static FactOrCheck getInstFact(DomTreeNode *DTN, Instruction *Inst) { in getInstFact() argument 135 return FactOrCheck(EntryTy::InstFact, DTN, Inst); in getInstFact() 138 static FactOrCheck getCheck(DomTreeNode *DTN, Use *U) { in getCheck() argument 139 return FactOrCheck(DTN, U); in getCheck() [all …]
|