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.h573 explicit Result(AnalysisManagerT &InnerAM) : InnerAM(&InnerAM) {} in Result()
622 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy()
641 AnalysisManagerT *InnerAM; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h92 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result()