HomeSort by relevance Sort by last modified time
    Searched defs:Inliner (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
InlinerPass.h 10 // This file defines a simple policy-based bottom-up inliner. This file
29 /// Inliner - This class contains all of the helper code which is used to
32 struct Inliner : public CallGraphSCCPass {
33 explicit Inliner(char &ID);
34 explicit Inliner(char &ID, int Threshold);
68 // getInlineFudgeFactor - Return a > 1.0 factor if the inliner should use a
90 /// shouldInline - Return true if the inliner should attempt to
PassManagerBuilder.h 86 /// Inliner - Specifies the inliner to use. If this is non-null, it is
88 Pass *Inliner;
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 10 // This file defines a simple policy-based bottom-up inliner. This file
30 /// Inliner - This class contains all of the helper code which is used to
33 struct Inliner : public CallGraphSCCPass {
34 explicit Inliner(char &ID);
35 explicit Inliner(char &ID, bool InsertLifetime);
76 /// shouldInline - Return true if the inliner should attempt to
PassManagerBuilder.h 118 /// Inliner - Specifies the inliner to use. If this is non-null, it is
120 Pass *Inliner;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
50 Inliner::Inliner(char &ID) : CallGraphSCCPass(ID), InsertLifetime(true) {}
52 Inliner::Inliner(char &ID, bool InsertLifetime)
58 void Inliner::getAnalysisUsage(AnalysisUsage &AU) const {
114 // and not have the inliner do any merging of allocas at all. This would
232 bool Inliner::shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC,
302 /// Return true if the inliner should attempt to inline at the given CallSite.
303 bool Inliner::shouldInline(CallSite CS)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
50 Inliner::Inliner(char &ID)
53 Inliner::Inliner(char &ID, int Threshold)
60 void Inliner::getAnalysisUsage(AnalysisUsage &Info) const {
110 // and not have the inliner do any merging of allocas at all. This would
197 unsigned Inliner::getInlineThreshold(CallSite CS) const {
216 /// shouldInline - Return true if the inliner should attempt to inline
218 bool Inliner::shouldInline(CallSite CS)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 131 /// Inliner - Specifies the inliner to use. If this is non-null, it is
133 Pass *Inliner;
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 696 milliseconds