Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp2162 int NumGuards = GuardBlocks.size(); in CreateControlFlowHub() local
2163 assert((int)Outgoing.size() == NumGuards + 1); in CreateControlFlowHub()
2168 for (int i = 0; i != NumGuards - 1; ++i) { in CreateControlFlowHub()
2173 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()
2174 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()
2175 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()
2176 Outgoing[NumGuards]}); in CreateControlFlowHub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp76 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");
2780 ++NumGuards; in turnGuardIntoBranch()