HomeSort by relevance Sort by last modified time
    Searched refs:getNumOccurrences (Results 1 - 11 of 11) 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 57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 60 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
265 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize &&
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 176 if (Input.getNumOccurrences()) {
  /external/clang/tools/clang-format/
ClangFormat.cpp 283 if (Cursor.getNumOccurrences() != 0)
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 76 if (UsePrecDivF32.getNumOccurrences() > 0) {
89 if (UsePrecSqrtF32.getNumOccurrences() > 0) {
102 if (FtzEnabled.getNumOccurrences() > 0) {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 140 if (WarnStackSize.getNumOccurrences() > 0 &&
    [all...]
TailDuplication.cpp 551 if (TailDuplicateSize.getNumOccurrences() == 0 &&
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 275 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 735 if (VectorizationFactor.getNumOccurrences() > 0 && Width != 1)
737 if (VectorizationUnroll.getNumOccurrences() > 0)
    [all...]

Completed in 784 milliseconds