Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1077 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, in createCatchWrappedInvokeFunction() argument
1320 fpm.run(*ret); in createCatchWrappedInvokeFunction()
1342 llvm::legacy::FunctionPassManager &fpm, in createThrowExceptionFunction() argument
1428 fpm.run(*ret); in createThrowExceptionFunction()
1459 llvm::legacy::FunctionPassManager &fpm, in createUnwindExceptionTest() argument
1475 fpm, in createUnwindExceptionTest()
1487 fpm, in createUnwindExceptionTest()
1501 fpm, in createUnwindExceptionTest()
1920 llvm::legacy::FunctionPassManager fpm(module); in main() local
1931 fpm.add(llvm::createBasicAliasAnalysisPass()); in main()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst454 .. option:: -fpm
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2653 (** [initialize fpm] initializes all of the function passes scheduled in the
2654 function pass manager [fpm]. Returns [true] if any of the passes modified
2659 (** [run_function f fpm] executes all of the function passes scheduled in the
2660 function pass manager [fpm] over the function [f]. Returns [true] if any
2665 (** [finalize fpm] finalizes all of the function passes scheduled in the
2666 function pass manager [fpm]. Returns [true] if any of the passes