HomeSort by: relevance | last modified time | path
    Searched defs:getInlineCost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 150 InlineCost getInlineCost(CallBase &CB) override;
185 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 161 /// as llvm::getInlineCost. Note the function_ref constructor parameters - the
2473 InlineCost llvm::getInlineCost(
2479 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI,
2585 InlineCost llvm::getInlineCost(

Completed in 80 milliseconds