Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAssumptionCache.cpp62 SmallPtrSet<Value *, 16> AssumptionSet; in registerAssumption() local
71 assert(AssumptionSet.insert(VH).second && in registerAssumption()
117 SmallPtrSet<const CallInst *, 4> AssumptionSet; in verifyAnalysis() local
121 AssumptionSet.insert(cast<CallInst>(VH)); in verifyAnalysis()
126 assert(AssumptionSet.count(cast<CallInst>(&II)) && in verifyAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAssumptionCache.cpp189 SmallPtrSet<Value *, 16> AssumptionSet; in registerAssumption() local
198 assert(AssumptionSet.insert(VH).second && in registerAssumption()
252 SmallPtrSet<const CallInst *, 4> AssumptionSet; in verifyAnalysis() local
256 AssumptionSet.insert(cast<CallInst>(VH)); in verifyAnalysis()
261 !AssumptionSet.count(cast<CallInst>(&II))) in verifyAnalysis()