Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp53 class LibCallsShrinkWrapLegacyPass : public FunctionPass { class
56 explicit LibCallsShrinkWrapLegacyPass() : FunctionPass(ID) { in LibCallsShrinkWrapLegacyPass() function in __anon7bf2ab680111::LibCallsShrinkWrapLegacyPass
65 char LibCallsShrinkWrapLegacyPass::ID = 0;
66 INITIALIZE_PASS_BEGIN(LibCallsShrinkWrapLegacyPass, "libcalls-shrinkwrap",
70 INITIALIZE_PASS_END(LibCallsShrinkWrapLegacyPass, "libcalls-shrinkwrap",
517 void LibCallsShrinkWrapLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
536 bool LibCallsShrinkWrapLegacyPass::runOnFunction(Function &F) { in runOnFunction()
544 char &LibCallsShrinkWrapPassID = LibCallsShrinkWrapLegacyPass::ID;
548 return new LibCallsShrinkWrapLegacyPass(); in createLibCallsShrinkWrapPass()