Home
last modified time | relevance | path

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

/src/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)
H A DDomConditionCache.h31 class DomConditionCache {
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DDomConditionCache.cpp19 void DomConditionCache::registerBranch(BranchInst *BI) { in registerBranch()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h81 DomConditionCache DC;
/src/lib/clang/libllvm/
H A DMakefile100 SRCS_MIN+= Analysis/DomConditionCache.cpp