Home
last modified time | relevance | path

Searched defs:Inliner (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DInlinerPass.h32 struct Inliner : public CallGraphSCCPass { struct
52 unsigned getInlineThreshold() const { return InlineThreshold; } in getInlineThreshold()
DPassManagerBuilder.h88 Pass *Inliner; variable
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h33 struct Inliner : public CallGraphSCCPass { struct
89 ProfileSummaryInfo *PSI;
DPassManagerBuilder.h120 Pass *Inliner; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp50 Inliner::Inliner(char &ID) in Inliner() function in Inliner
53 Inliner::Inliner(char &ID, int Threshold) in Inliner() function in Inliner
/external/llvm/lib/Transforms/IPO/
DInliner.cpp50 Inliner::Inliner(char &ID) : CallGraphSCCPass(ID), InsertLifetime(true) {} in Inliner() function in Inliner
52 Inliner::Inliner(char &ID, bool InsertLifetime) in Inliner() function in Inliner
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h133 Pass *Inliner; variable