Searched refs:AssumptionSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DAssumptionCache.cpp62 SmallPtrSet<Value *, 16> AssumptionSet; local
71 assert(AssumptionSet.insert(VH).second &&
117 SmallPtrSet<const CallInst *, 4> AssumptionSet; local
121 AssumptionSet.insert(cast<CallInst>(VH));
126 assert(AssumptionSet.count(cast<CallInst>(&II)) &&

Completed in 178 milliseconds