Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8028 struct MarkPendingLoopPredicate { struct
8029 Value *Cond;
8030 DenseSet<Value*> &LoopPreds;
8031 bool Pending;
8033 MarkPendingLoopPredicate(Value *C, DenseSet<Value*> &LP) in MarkPendingLoopPredicate() argument
8037 ~MarkPendingLoopPredicate() { in ~MarkPendingLoopPredicate()