Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h19 class DomConditionCache; variable
77 const DomConditionCache *DC = nullptr;
97 bool CanUseUndef = true, const DomConditionCache *DC = nullptr)
H A DDomConditionCache.h29 class DomConditionCache {
/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/Utils/
H A DSimplifyLibCalls.h26 class DomConditionCache; variable
109 DomConditionCache *DC;
144 DomConditionCache *DC, AssumptionCache *AC,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h82 DomConditionCache DC;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4220 DomConditionCache *DC, AssumptionCache *AC, OptimizationRemarkEmitter &ORE, in LibCallSimplifier()
/freebsd/lib/clang/libllvm/
H A DMakefile106 SRCS_MIN+= Analysis/DomConditionCache.cpp