Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h127 void unregisterAssumption(AssumeInst *CI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp112 void AssumptionCache::unregisterAssumption(AssumeInst *CI) { in unregisterAssumption() function in AssumptionCache
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1746 AC->unregisterAssumption(AI); in extractCodeRegion()