Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h82 struct alignas(8) AnalysisSetKey {}; struct
95 static AnalysisSetKey *ID() { return &SetKey; } in ID()
98 static AnalysisSetKey SetKey;
101 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
118 static AnalysisSetKey *ID() { return &SetKey; } in ID()
121 static AnalysisSetKey SetKey;
196 void preserveSet(AnalysisSetKey *ID) { in preserveSet()
302 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet()
345 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved()
352 static AnalysisSetKey AllAnalysesKey;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPassManager.cpp142 AnalysisSetKey CFGAnalyses::SetKey;
144 AnalysisSetKey PreservedAnalyses::AllAnalysesKey;