Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1129 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, in createCatchWrappedInvokeFunction() argument
1372 fpm.run(*ret); in createCatchWrappedInvokeFunction()
1394 llvm::legacy::FunctionPassManager &fpm, in createThrowExceptionFunction() argument
1480 fpm.run(*ret); in createThrowExceptionFunction()
1511 llvm::legacy::FunctionPassManager &fpm, in createUnwindExceptionTest() argument
1527 fpm, in createUnwindExceptionTest()
1539 fpm, in createUnwindExceptionTest()
1553 fpm, in createUnwindExceptionTest()
1972 llvm::legacy::FunctionPassManager fpm(module); in main() local
1983 fpm.add(llvm::createBasicAliasAnalysisPass()); in main()
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2564 (** [initialize fpm] initializes all of the function passes scheduled in the
2565 function pass manager [fpm]. Returns [true] if any of the passes modified
2570 (** [run_function f fpm] executes all of the function passes scheduled in the
2571 function pass manager [fpm] over the function [f]. Returns [true] if any
2576 (** [finalize fpm] finalizes all of the function passes scheduled in in the
2577 function pass manager [fpm]. Returns [true] if any of the passes