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

  /external/llvm/include/llvm/Analysis/
InlineCost.h 32 const int CallPenalty = 25;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 305 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 749 Cost += InlineConstants::CallPenalty;
    [all...]

Completed in 193 milliseconds