Home
last modified time | relevance | path

Searched defs:AllAnalysesOn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp20 template class LLVM_EXPORT_TEMPLATE AllAnalysesOn<Module>; variable
21 template class LLVM_EXPORT_TEMPLATE AllAnalysesOn<Function>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp24 template class LLVM_EXPORT_TEMPLATE AllAnalysesOn<Loop>; variable
H A DCGSCCPassManager.cpp51 template class LLVM_EXPORT_TEMPLATE AllAnalysesOn<LazyCallGraph::SCC>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerInternal.h30 template <typename IRUnitT> class AllAnalysesOn; variable