Searched defs:shouldInline (Results 1 – 4 of 4) sorted by relevance
179 bool shouldInline) { in compileModule()
303 bool Inliner::shouldInline(CallSite CS) { in shouldInline() function in Inliner
377 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
419 shouldInline(CallSite CS, function_ref<InlineCost(CallSite CS)> GetInlineCost, in shouldInline() function