Searched refs:NumGuards (Results 1 – 4 of 4) sorted by relevance
85 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()
120 return NumGuards == 0 ? (1 << kTracePcBits) : Min(kNumPCs, NumGuards + 1); in GetNumPCs()151 size_t NumGuards; // linker-initialized. variable
89 STATISTIC(NumGuards, "Number of guards unswitched");705 ++NumGuards; in processCurrentLoop()
65 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");2404 ++NumGuards; in turnGuardIntoBranch()