Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp590 struct FactOrCheck { struct
591 Instruction *Inst;
592 unsigned NumIn;
593 unsigned NumOut;
594 bool IsCheck;
595 bool Not;
597 FactOrCheck(DomTreeNode *DTN, Instruction *Inst, bool IsCheck, bool Not) in FactOrCheck() function
601 static FactOrCheck getFact(DomTreeNode *DTN, Instruction *Inst, in getFact()
606 static FactOrCheck getCheck(DomTreeNode *DTN, Instruction *Inst) { in getCheck()
610 bool isAssumeFact() const { in isAssumeFact()
[all …]