Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h31 struct InstCombineOptions { struct
36 InstCombineOptions() = default; argument
38 InstCombineOptions &setVerifyFixpoint(bool Value) { in setVerifyFixpoint() argument
43 InstCombineOptions &setMaxIterations(unsigned Value) { in setMaxIterations() argument
52 InstCombineOptions Options;
56 LLVM_ABI explicit InstCombinePass(InstCombineOptions Opts = {});
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1047 Expected<InstCombineOptions> parseInstCombineOptions(StringRef Params) { in parseInstCombineOptions()
1048 InstCombineOptions Result; in parseInstCombineOptions()
H A DPassRegistry.def600 [](InstCombineOptions Opts) { return InstCombinePass(Opts); },
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5856 const InstCombineOptions &Opts) { in combineInstructionsOverFunction()
5925 InstCombinePass::InstCombinePass(InstCombineOptions Opts) : Options(Opts) {} in InstCombinePass()
6016 BFI, BPI, PSI, InstCombineOptions()); in runOnFunction()