HomeSort by relevance Sort by last modified time
    Searched refs:OptLevel (Results 151 - 175 of 305) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
236 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 224 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
334 unsigned OptLevel = 3;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
236 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 224 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
334 unsigned OptLevel = 3;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
236 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 224 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
334 unsigned OptLevel = 3;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
236 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 224 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
334 unsigned OptLevel = 3;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
236 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 224 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
334 unsigned OptLevel = 3;
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 187 /// This heuristic may be compile time intensive, \p OptLevel provides
189 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
107 unsigned OptLevel;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 45 llvm::CodeGenOpt::Level OptLevel);
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 41 XCoreDAGToDAGISel(XCoreTargetMachine &TM, CodeGenOpt::Level OptLevel)
42 : SelectionDAGISel(TM, OptLevel) {}
83 CodeGenOpt::Level OptLevel) {
84 return new XCoreDAGToDAGISel(TM, OptLevel);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 157 /// the default threshold is computed from \p OptLevel and \p SizeOptLevel.
158 /// An \p OptLevel value above 3 is considered an aggressive optimization mode.
161 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 208 /// This heuristic may be compile time intensive, \p OptLevel provides
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
120 unsigned OptLevel;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 157 /// the default threshold is computed from \p OptLevel and \p SizeOptLevel.
158 /// An \p OptLevel value above 3 is considered an aggressive optimization mode.
161 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 208 /// This heuristic may be compile time intensive, \p OptLevel provides
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
120 unsigned OptLevel;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 157 /// the default threshold is computed from \p OptLevel and \p SizeOptLevel.
158 /// An \p OptLevel value above 3 is considered an aggressive optimization mode.
161 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 208 /// This heuristic may be compile time intensive, \p OptLevel provides
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
120 unsigned OptLevel;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 157 /// the default threshold is computed from \p OptLevel and \p SizeOptLevel.
158 /// An \p OptLevel value above 3 is considered an aggressive optimization mode.
161 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 208 /// This heuristic may be compile time intensive, \p OptLevel provides
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;

Completed in 536 milliseconds

1 2 3 4 5 67 8 91011>>