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

  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 37 if (BenchMachineSched.getNumOccurrences())
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 68 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0);
70 (UnrollAllowPartial.getNumOccurrences() > 0);
71 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0);
72 UserCount = (C != -1) || (UnrollCount.getNumOccurrences() > 0);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 69 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
274 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize &&
296 if ((InlineLimit.getNumOccurrences() == 0 ||
297 ColdThreshold.getNumOccurrences() > 0) && ColdCallee &&
  /external/llvm/tools/opt/
opt.cpp 223 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ?
414 if (PassPipeline.getNumOccurrences() > 0) {
  /external/llvm/unittests/Support/
CommandLineTest.cpp 209 EXPECT_EQ(0, Input.getNumOccurrences());
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 190 if (Input.getNumOccurrences()) {
  /external/clang/tools/clang-format/
ClangFormat.cpp 251 if (Cursor.getNumOccurrences() != 0)
  /external/llvm/tools/llc/
llc.cpp 324 if (RelaxAll.getNumOccurrences() > 0 &&
  /external/llvm/tools/llvm-size/
llvm-size.cpp 725 if (OutputFormatShort.getNumOccurrences())
727 if (RadixShort.getNumOccurrences())
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 227 if (PartialUnrollingThreshold.getNumOccurrences() > 0)
MachineScheduler.cpp 394 if (SchedOnlyFunc.getNumOccurrences() && SchedOnlyFunc != MF->getName())
396 if (SchedOnlyBlock.getNumOccurrences()
    [all...]
PrologEpilogInserter.cpp 174 if (WarnStackSize.getNumOccurrences() > 0 && WarnStackSize < StackSize) {
    [all...]
TailDuplication.cpp 561 if (TailDuplicateSize.getNumOccurrences() == 0 &&
    [all...]
ScheduleDAGInstrs.cpp 738 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 280 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 78 if (UsePrecDivF32.getNumOccurrences() > 0) {
91 if (UsePrecSqrtF32.getNumOccurrences() > 0) {
104 if (FtzEnabled.getNumOccurrences() > 0) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 3081 milliseconds