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 793 CallAnalyzer CA(TTI, ACT, *F, InlineConstants::IndirectCallThreshold);
797 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
    [all...]

Completed in 8418 milliseconds