Searched refs:NumGuards (Results 1 – 5 of 5) sorted by relevance
136 NumGuards++; in HandleInit()137 if (NumGuards == kNumPCs) { in HandleInit()143 *P = NumGuards % kNumPCs; in HandleInit()151 if (NumGuards) { in PrintModuleInfo()152 Printf("INFO: Loaded %zd modules (%zd guards): ", NumModules, NumGuards); in PrintModuleInfo()175 if ((NumGuards && NumGuards != NumPCsInPCTables) || in PrintModuleInfo()250 } else if (NumGuards == NumPCsInPCTables) { in UpdateObservedPCs()
126 return NumGuards == 0 ? (1 << kTracePcBits) : Min(kNumPCs, NumGuards + 1); in GetNumPCs()168 size_t NumGuards; // linker-initialized. variable
1772 int NumGuards = GuardBlocks.size(); in CreateControlFlowHub() local1773 assert((int)Outgoing.size() == NumGuards + 1); in CreateControlFlowHub()1774 for (int i = 0; i != NumGuards - 1; ++i) { in CreateControlFlowHub()1779 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()1780 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()1781 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()1782 Outgoing[NumGuards]}); in CreateControlFlowHub()
91 STATISTIC(NumGuards, "Number of guards unswitched");723 ++NumGuards; in processCurrentLoop()
71 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");2514 ++NumGuards; in turnGuardIntoBranch()