Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp318 int NumGuards = GuardBlocks.size(); in finalize() local
323 for (int I = 0; I != NumGuards - 1; ++I) { in finalize()
330 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in finalize()
331 Outgoing[NumGuards - 1]}); in finalize()
332 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in finalize()
333 Outgoing[NumGuards]}); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp77 STATISTIC(NumGuards, "Number of guards turned into branches for unswitching");
2807 ++NumGuards; in turnGuardIntoBranch()