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

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 76 /// shouldInline - Return true if the inliner should attempt to
78 bool shouldInline(CallSite CS);
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
InlinerPass.h 90 /// shouldInline - Return true if the inliner should attempt to
92 bool shouldInline(CallSite CS);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 303 bool Inliner::shouldInline(CallSite CS) {
489 if (!shouldInline(CS)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 216 /// shouldInline - Return true if the inliner should attempt to inline
218 bool Inliner::shouldInline(CallSite CS) {
437 if (!shouldInline(CS))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
Inliner.cpp 372 shouldInline(CallSite CS, function_ref<InlineCost(CallSite CS)> GetInlineCost,
585 Optional<InlineCost> OIC = shouldInline(CS, GetInlineCost, ORE);
    [all...]

Completed in 591 milliseconds