Home
last modified time | relevance | path

Searched refs:DFAJumpThreading (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp138 class DFAJumpThreading { class
140 DFAJumpThreading(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in DFAJumpThreading() function in __anonfb50cc300111::DFAJumpThreading
1289 bool DFAJumpThreading::run(Function &F) { in run()
1373 DFAJumpThreading ThreadImpl(&AC, &DT, &LI, &TTI, &ORE); in run()
/freebsd/lib/clang/libllvm/
H A DMakefile1830 SRCS_MIN+= Transforms/Scalar/DFAJumpThreading.cpp