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

  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 51 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 54 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
204 InlineLimit.getNumOccurrences() == 0)
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 537 if (OutputFilename.getNumOccurrences() == 0)
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 541 if (TailDuplicateSize.getNumOccurrences() == 0 &&
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 252 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 818 if (I->second->getNumOccurrences() == 0) {
    [all...]

Completed in 333 milliseconds