Home
last modified time | relevance | path

Searched defs:FactOrCheck (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp106 struct FactOrCheck { struct
107 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() function
134 FactOrCheck(DomTreeNode *DTN, Use *U) in FactOrCheck() function
139 FactOrCheck(DomTreeNode *DTN, CmpInst::Predicate Pred, Value *Op0, Value *Op1, in FactOrCheck() argument
[all …]