Home
last modified time | relevance | path

Searched defs:SizeLevel (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DOptimizationLevel.h24 unsigned SizeLevel = 0; variable
25 OptimizationLevel(unsigned SpeedLevel, unsigned SizeLevel) in OptimizationLevel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
H A DOptimizationLevel.h24 unsigned SizeLevel = 0; variable
25 OptimizationLevel(unsigned SpeedLevel, unsigned SizeLevel) in OptimizationLevel()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DOptimizationLevel.h24 unsigned SizeLevel = 0; variable
25 OptimizationLevel(unsigned SpeedLevel, unsigned SizeLevel) in OptimizationLevel()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Passes/
DOptimizationLevel.h24 unsigned SizeLevel = 0; variable
25 OptimizationLevel(unsigned SpeedLevel, unsigned SizeLevel) in OptimizationLevel()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DOptimizationLevel.h24 unsigned SizeLevel = 0; variable
25 OptimizationLevel(unsigned SpeedLevel, unsigned SizeLevel) in OptimizationLevel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h72 unsigned SizeLevel; variable
/aosp_15_r20/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c58 CAMLprim value llvm_pmbuilder_set_size_level(value SizeLevel, value PMB) { in llvm_pmbuilder_set_size_level()
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h111 unsigned SizeLevel; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp472 unsigned SizeLevel) { in LLVMPassManagerBuilderSetSizeLevel()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h135 unsigned SizeLevel; variable
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp814 unsigned SizeLevel) { in LLVMPassManagerBuilderSetSizeLevel()
/aosp_15_r20/external/llvm/tools/opt/
H A Dopt.cpp234 unsigned SizeLevel) { in AddOptimizationPasses()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp1127 unsigned SizeLevel) { in LLVMPassManagerBuilderSetSizeLevel()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DPassBuilder.cpp668 unsigned SizeLevel = Level > O3 ? Level - O3 : 0; in getInlineParamsFromOptLevel() local