Searched refs:NumGuards (Results 1 – 2 of 2) sorted by relevance
2174 int NumGuards = GuardBlocks.size(); in CreateControlFlowHub() local2175 assert((int)Outgoing.size() == NumGuards + 1); in CreateControlFlowHub()2180 for (int i = 0; i != NumGuards - 1; ++i) { in CreateControlFlowHub()2185 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()2186 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()2187 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()2188 Outgoing[NumGuards]}); in CreateControlFlowHub()
77 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");2802 ++NumGuards; in turnGuardIntoBranch()