Home
last modified time | relevance | path

Searched defs:InnerAM (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h567 explicit Result(AnalysisManagerT &InnerAM) : InnerAM(&InnerAM) {} in Result()
616 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy()
635 AnalysisManagerT *InnerAM; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h90 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result()