Home
last modified time | relevance | path

Searched refs:ImmutablePassMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h245 SmallDenseMap<AnalysisID, ImmutablePass *, 8> ImmutablePassMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp756 if (Pass *P = ImmutablePassMap.lookup(AID)) in findAnalysisPass()
791 ImmutablePassMap[AID] = P; in addImmutablePass()
798 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass()