Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h17 class DomConditionCache; variable
66 const DomConditionCache *DC = nullptr;
85 bool CanUseUndef = true, const DomConditionCache *DC = nullptr)
H A DDomConditionCache.h31 class DomConditionCache {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDomConditionCache.cpp58 void DomConditionCache::registerBranch(BranchInst *BI) { in registerBranch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h80 DomConditionCache DC;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile82 SRCS_MIN+= Analysis/DomConditionCache.cpp