Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAnalysisManager.h92 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h952 explicit Result(AnalysisManagerT &InnerAM) : InnerAM(&InnerAM) {} in Result()
1001 explicit InnerAnalysisManagerProxy(AnalysisManagerT &InnerAM) in InnerAnalysisManagerProxy()
1020 AnalysisManagerT *InnerAM; variable