Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h18 class DomConditionCache; variable
76 const DomConditionCache *DC = nullptr;
96 bool CanUseUndef = true, const DomConditionCache *DC = nullptr)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDomConditionCache.cpp19 void DomConditionCache::registerBranch(BranchInst *BI) { in registerBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h81 DomConditionCache DC;
/freebsd/lib/clang/libllvm/
H A DMakefile81 SRCS_MIN+= Analysis/DomConditionCache.cpp