HomeSort by relevance Sort by last modified time
    Searched refs:getInlineThreshold (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
InlinerPass.h 52 unsigned getInlineThreshold() const { return InlineThreshold; }
59 unsigned getInlineThreshold(CallSite CS) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInline.cpp 65 unsigned getInlineThreshold(CallSite CS) const;
104 unsigned AMDGPUInliner::getInlineThreshold(CallSite CS) const {
191 LocalParams.DefaultThreshold = (int)getInlineThreshold(CS);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 197 unsigned Inliner::getInlineThreshold(CallSite CS) const {
235 int CurrentThreshold = getInlineThreshold(CS);
278 int CurrentThreshold2 = getInlineThreshold(CS2);

Completed in 389 milliseconds