Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h80 struct alignas(8) AnalysisSetKey {}; struct
93 static AnalysisSetKey *ID() { return &SetKey; } in ID()
96 static AnalysisSetKey SetKey;
99 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
116 static AnalysisSetKey *ID() { return &SetKey; } in ID()
119 static AnalysisSetKey SetKey;
194 void preserveSet(AnalysisSetKey *ID) { in preserveSet()
293 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet()
336 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved()
343 static AnalysisSetKey AllAnalysesKey;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassManager.cpp94 AnalysisSetKey CFGAnalyses::SetKey;
96 AnalysisSetKey PreservedAnalyses::AllAnalysesKey;