Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAssumptionCache.cpp241 SmallPtrSet<Value *, 16> AssumptionSet; in registerAssumption() local
250 assert(AssumptionSet.insert(VH).second && in registerAssumption()
320 SmallPtrSet<const CallInst *, 4> AssumptionSet; in verifyAnalysis() local
324 AssumptionSet.insert(cast<CallInst>(VH)); in verifyAnalysis()
329 !AssumptionSet.count(cast<CallInst>(&II))) in verifyAnalysis()