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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp122 void AssumptionCache::updateAffectedValues(CallInst *CI) { function in class:AssumptionCache
211 updateAffectedValues(cast<CallInst>(A));
248 updateAffectedValues(CI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h127 void updateAffectedValues(CallInst *CI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4275 AC.updateAffectedValues(II);

Completed in 99 milliseconds