Searched refs:fpm (Results 1 – 3 of 3) sorted by relevance
1077 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, in createCatchWrappedInvokeFunction() argument1320 fpm.run(*ret); in createCatchWrappedInvokeFunction()1342 llvm::legacy::FunctionPassManager &fpm, in createThrowExceptionFunction() argument1428 fpm.run(*ret); in createThrowExceptionFunction()1459 llvm::legacy::FunctionPassManager &fpm, in createUnwindExceptionTest() argument1475 fpm, in createUnwindExceptionTest()1487 fpm, in createUnwindExceptionTest()1501 fpm, in createUnwindExceptionTest()1920 llvm::legacy::FunctionPassManager fpm(module); in main() local1931 fpm.add(llvm::createBasicAliasAnalysisPass()); in main()[all …]
454 .. option:: -fpm
2653 (** [initialize fpm] initializes all of the function passes scheduled in the2654 function pass manager [fpm]. Returns [true] if any of the passes modified2659 (** [run_function f fpm] executes all of the function passes scheduled in the2660 function pass manager [fpm] over the function [f]. Returns [true] if any2665 (** [finalize fpm] finalizes all of the function passes scheduled in the2666 function pass manager [fpm]. Returns [true] if any of the passes