Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.h88 size_t GetNumPCs() const { return Min(kNumPCs, NumGuards + 1); } in GetNumPCs()
105 size_t NumGuards; // linker-initialized. variable
124 size_t N = Min(kNumCounters, NumGuards + 1); in CollectFeatures()
148 if (CB(NumGuards * 8 + Idx)) in CollectFeatures()
DFuzzerTracePC.cpp50 *P = ++NumGuards; in HandleInit()
57 Printf("INFO: Loaded %zd modules (%zd guards): ", NumModules, NumGuards); in PrintModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp89 STATISTIC(NumGuards, "Number of guards unswitched");
707 ++NumGuards; in processCurrentLoop()
DSimpleLoopUnswitch.cpp66 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");
2451 ++NumGuards; in turnGuardIntoBranch()