Searched refs:NumBonusInsts (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2685 unsigned NumBonusInsts = 0; local
2702 NumBonusInsts += PredCount;
2704 if (NumBonusInsts > BonusInstThreshold)

Completed in 55 milliseconds