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

  /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))

Completed in 212 milliseconds