Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp85 NumGuards++; in HandleInit()
86 if (NumGuards == kNumPCs) { in HandleInit()
92 *P = NumGuards % kNumPCs; in HandleInit()
100 if (NumGuards) { in PrintModuleInfo()
101 Printf("INFO: Loaded %zd modules (%zd guards): ", NumModules, NumGuards); in PrintModuleInfo()
124 if ((NumGuards && NumGuards != NumPCsInPCTables) || in PrintModuleInfo()
204 } else if (NumGuards == NumPCsInPCTables) { in UpdateObservedPCs()
H A DFuzzerTracePC.h120 return NumGuards == 0 ? (1 << kTracePcBits) : Min(kNumPCs, NumGuards + 1); in GetNumPCs()
151 size_t NumGuards; // linker-initialized. variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp89 STATISTIC(NumGuards, "Number of guards unswitched");
705 ++NumGuards; in processCurrentLoop()
H A DSimpleLoopUnswitch.cpp65 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");
2404 ++NumGuards; in turnGuardIntoBranch()