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.h128 LLVM_ABI void unregisterAssumption(AssumeInst *CI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp110 void AssumptionCache::unregisterAssumption(AssumeInst *CI) { in unregisterAssumption() function in AssumptionCache
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1445 AC->unregisterAssumption(AI); in extractCodeRegion()