Home
last modified time | relevance | path

Searched refs:preserveSet (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassManagerTest.cpp239 PA.preserveSet<AllAnalysesOn<Function>>(); in TEST()
244 PA.preserveSet<AllAnalysesOn<Module>>(); in TEST()
258 PA.preserveSet<AllAnalysesOn<Module>>(); in TEST()
269 PA1.preserveSet<AllAnalysesOn<Module>>(); in TEST()
272 PA2.preserveSet<AllAnalysesOn<Function>>(); in TEST()
274 PA2.preserveSet<AllAnalysesOn<Module>>(); in TEST()
277 PA3.preserveSet<AllAnalysesOn<Function>>(); in TEST()
383 PA.preserveSet<AllAnalysesOn<Function>>(); in TEST()
384 PA.preserveSet<AllAnalysesOn<Module>>(); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h169 PA.preserveSet<AnalysisSetT>(); in allInSet()
189 template <typename AnalysisSetT> void preserveSet() { in preserveSet() function
190 preserveSet(AnalysisSetT::ID()); in preserveSet()
194 void preserveSet(AnalysisSetKey *ID) { in preserveSet() function
477 PA.preserveSet<AllAnalysesOn<IRUnitT>>(); in run()
1217 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp74 PA.preserveSet<AllAnalysesOn<Loop>>(); in run()
DBDCE.cpp138 PA.preserveSet<CFGAnalyses>(); in run()
DDCE.cpp134 PA.preserveSet<CFGAnalyses>(); in run()
DInstSimplifyPass.cpp142 PA.preserveSet<CFGAnalyses>(); in run()
DDivRemPairs.cpp208 PA.preserveSet<CFGAnalyses>(); in run()
DLoopInstSimplify.cpp205 PA.preserveSet<CFGAnalyses>(); in run()
DSpeculativeExecution.cpp318 PA.preserveSet<CFGAnalyses>(); in run()
DSink.cpp265 PA.preserveSet<CFGAnalyses>(); in run()
DMergedLoadStoreMotion.cpp394 PA.preserveSet<CFGAnalyses>(); in INITIALIZE_PASS_DEPENDENCY()
DLoopSink.cpp344 PA.preserveSet<CFGAnalyses>(); in run()
DAlignmentFromAssumptions.cpp411 PA.preserveSet<CFGAnalyses>(); in run()
DNaryReassociate.cpp192 PA.preserveSet<CFGAnalyses>(); in run()
DFloat2Int.cpp522 PA.preserveSet<CFGAnalyses>(); in run()
DADCE.cpp680 PA.preserveSet<CFGAnalyses>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp68 PA.preserveSet<CFGAnalyses>(); in run()
DEntryExitInstrumenter.cpp170 PA.preserveSet<CFGAnalyses>(); in run()
DLCSSA.cpp460 PA.preserveSet<CFGAnalyses>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp168 PA.preserveSet<CFGAnalyses>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h489 PA.preserveSet<AllAnalysesOn<LazyCallGraph::SCC>>();
646 PA.preserveSet<AllAnalysesOn<Function>>();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp227 PA.preserveSet<CFGAnalyses>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h361 PA.preserveSet<AllAnalysesOn<Loop>>();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp531 PA.preserveSet<AllAnalysesOn<Function>>(); in TEST_F()
532 PA.preserveSet<AllAnalysesOn<Loop>>(); in TEST_F()
811 PA.preserveSet<AllAnalysesOn<Loop>>(); in TEST_F()
832 PA.preserveSet<AllAnalysesOn<Loop>>(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp103 PA.preserveSet<AllAnalysesOn<LazyCallGraph::SCC>>(); in run()

12