Home
last modified time | relevance | path

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

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