Searched defs:FactOrCheck (Results 1 – 1 of 1) sorted by relevance
106 struct FactOrCheck { struct107 enum class EntryTy {116 union {124 ConditionTy DoesHold;126 unsigned NumIn;127 unsigned NumOut;128 EntryTy Ty;130 FactOrCheck(EntryTy Ty, DomTreeNode *DTN, Instruction *Inst) in FactOrCheck() function134 FactOrCheck(DomTreeNode *DTN, Use *U) in FactOrCheck() function139 FactOrCheck(DomTreeNode *DTN, CmpInst::Predicate Pred, Value *Op0, Value *Op1, in FactOrCheck() argument[all …]