Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp93 AnalysisSetKey CFGAnalyses::SetKey;
95 AnalysisSetKey PreservedAnalyses::AllAnalysesKey;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h81 struct alignas(8) AnalysisSetKey {}; struct
94 static AnalysisSetKey *ID() { return &SetKey; } in ID()
97 static AnalysisSetKey SetKey;
100 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
117 static AnalysisSetKey *ID() { return &SetKey; } in ID()
120 static AnalysisSetKey SetKey;
195 void preserveSet(AnalysisSetKey *ID) { in preserveSet()
301 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet()
344 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved()
351 static AnalysisSetKey AllAnalysesKey;