HomeSort by relevance Sort by last modified time
    Searched full:shouldinline (Results 1 - 3 of 3) 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 346 bool Inliner::shouldInline(CallSite CS) {
585 if (!shouldInline(CS)) {
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]

Completed in 3520 milliseconds