Searched refs:fpm (Results 1 – 2 of 2) sorted by relevance
1129 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, in createCatchWrappedInvokeFunction() argument1372 fpm.run(*ret); in createCatchWrappedInvokeFunction()1394 llvm::legacy::FunctionPassManager &fpm, in createThrowExceptionFunction() argument1480 fpm.run(*ret); in createThrowExceptionFunction()1511 llvm::legacy::FunctionPassManager &fpm, in createUnwindExceptionTest() argument1527 fpm, in createUnwindExceptionTest()1539 fpm, in createUnwindExceptionTest()1553 fpm, in createUnwindExceptionTest()1972 llvm::legacy::FunctionPassManager fpm(module); in main() local1983 fpm.add(llvm::createBasicAliasAnalysisPass()); in main()[all …]
2564 (** [initialize fpm] initializes all of the function passes scheduled in the2565 function pass manager [fpm]. Returns [true] if any of the passes modified2570 (** [run_function f fpm] executes all of the function passes scheduled in the2571 function pass manager [fpm] over the function [f]. Returns [true] if any2576 (** [finalize fpm] finalizes all of the function passes scheduled in in the2577 function pass manager [fpm]. Returns [true] if any of the passes