Searched defs:FactOrCheck (Results 1 – 1 of 1) sorted by relevance
590 struct FactOrCheck { struct591 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() function601 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 …]