Home
last modified time | relevance | path

Searched refs:allInSet (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp625 auto PA = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in updateCGAndAnalysisManagerForFunctionPass()
646 auto PA = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in updateCGAndAnalysisManagerForFunctionPass()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassManagerTest.cpp213 auto PA5 = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h167 static PreservedAnalyses allInSet() { in allInSet() function