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

  /external/llvm/tools/llvm-size/
llvm-size.cpp 294 if (OutputFormatShort.getNumOccurrences())
296 if (RadixShort.getNumOccurrences())
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 56 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 59 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
210 InlineLimit.getNumOccurrences() == 0)
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 176 if (Input.getNumOccurrences()) {
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 537 if (OutputFilename.getNumOccurrences() == 0)
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 543 if (TailDuplicateSize.getNumOccurrences() == 0 &&
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 257 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 816 if (I->second->getNumOccurrences() == 0) {
    [all...]

Completed in 167 milliseconds