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

  /external/llvm/include/llvm/Analysis/
InlineCost.h 31 const int IndirectCallThreshold = 100;
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 774 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold);
778 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
    [all...]

Completed in 1559 milliseconds