Searched defs:MarkPendingLoopPredicate (Results 1 – 1 of 1) sorted by relevance
8028 struct MarkPendingLoopPredicate { struct8029 Value *Cond;8030 DenseSet<Value*> &LoopPreds;8031 bool Pending;8033 MarkPendingLoopPredicate(Value *C, DenseSet<Value*> &LP) in MarkPendingLoopPredicate() argument8037 ~MarkPendingLoopPredicate() { in ~MarkPendingLoopPredicate()