HomeSort by relevance Sort by last modified time
    Searched refs:PassConcept (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
PassManager.h 164 template <typename IRUnitT, typename AnalysisManagerT> struct PassConcept {
166 virtual ~PassConcept() {}
213 : PassConcept<IRUnitT, AnalysisManagerT> {
239 : PassConcept<IRUnitT, AnalysisManagerT> {
493 typedef detail::PassConcept<Module *, ModuleAnalysisManager>
533 typedef detail::PassConcept<Function *, FunctionAnalysisManager>
    [all...]
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 54 typedef detail::PassConcept<LazyCallGraph::SCC *, CGSCCAnalysisManager>

Completed in 166 milliseconds