Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1772 int NumGuards = GuardBlocks.size(); in CreateControlFlowHub() local
1773 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp91 STATISTIC(NumGuards, "Number of guards unswitched");
723 ++NumGuards; in processCurrentLoop()
DSimpleLoopUnswitch.cpp71 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");
2586 ++NumGuards; in turnGuardIntoBranch()