reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/IPO.h
   23 struct InlineParams;

References

include/llvm/Analysis/InlineCost.h
  185 InlineParams getInlineParams();
  190 InlineParams getInlineParams(int Threshold);
  198 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
  216     CallBase &Call, const InlineParams &Params, TargetTransformInfo &CalleeTTI,
  227 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
include/llvm/Transforms/IPO.h
  109 Pass *createFunctionInliningPass(InlineParams &Params);
include/llvm/Transforms/IPO/Inliner.h
   96   InlinerPass(InlineParams Params = getInlineParams())
  107   InlineParams Params;
lib/Analysis/InlineCost.cpp
  127   const InlineParams &Params;
  297                Function &Callee, CallBase &Call, const InlineParams &Params)
 1321   auto IndirectCallParams = Params;
 2004     CallBase &Call, const InlineParams &Params, TargetTransformInfo &CalleeTTI,
 2013     CallBase &Call, Function *Callee, const InlineParams &Params,
 2145 InlineParams llvm::getInlineParams(int Threshold) {
 2146   InlineParams Params;
 2197 InlineParams llvm::getInlineParams() {
 2214 InlineParams llvm::getInlineParams(unsigned OptLevel, unsigned SizeOptLevel) {
 2215   auto Params =
lib/Passes/PassBuilder.cpp
  560     InlineParams IP;
  643 static InlineParams
  802   InlineParams IP = getInlineParamsFromOptLevel(Level);
lib/Target/AMDGPU/AMDGPUInline.cpp
   81   InlineParams Params;
  201   InlineParams LocalParams = Params;
lib/Transforms/IPO/InlineSimple.cpp
   40   InlineParams Params;
   47   explicit SimpleInliner(InlineParams Params)
  106   auto Param = llvm::getInlineParams(OptLevel, SizeOptLevel);
  112 Pass *llvm::createFunctionInliningPass(InlineParams &Params) {
lib/Transforms/IPO/PassManagerBuilder.cpp
  286     InlineParams IP;
lib/Transforms/IPO/SampleProfile.cpp
  860   InlineParams Params = getInlineParams();
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };