Home
last modified time | relevance | path

Searched refs:NumBranches (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp147 CHRStats() : NumBranches(0), NumBranchesDelta(0), in CHRStats()
150 OS << "CHRStats: NumBranches " << NumBranches in print()
154 uint64_t NumBranches; // The original number of conditional branches / member
799 ++Stats.NumBranches; in findScope()
834 ++Stats.NumBranches; in findScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp87 STATISTIC(NumBranches, "Number of branches unswitched");
746 ++NumBranches; in processCurrentLoop()
1162 ++NumBranches; in TryTrivialLoopUnswitch()
DSimpleLoopUnswitch.cpp64 STATISTIC(NumBranches, "Number of branches unswitched");
559 ++NumBranches; in unswitchTrivialBranch()
2332 ++NumBranches; in unswitchNontrivialInvariants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3212 Statistic &NumBranches = in INITIALIZE_PASS_DEPENDENCY() local
3223 ++NumBranches; in INITIALIZE_PASS_DEPENDENCY()