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

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 84 /// shouldInline - Return true if the inliner should attempt to
86 bool shouldInline(CallSite CS);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 298 bool Inliner::shouldInline(CallSite CS) {
537 if (!shouldInline(CS)) {

Completed in 42 milliseconds