Searched refs:NumOfDeadInstrs (Results 1 – 1 of 1) sorted by relevance
2866 unsigned NumOfDeadInstrs = 0; in visitSub() local2871 ++NumOfDeadInstrs; in visitSub()2872 NumOfDeadInstrs += Add0->hasOneUse() ? 1 : 0; in visitSub()2875 ++NumOfDeadInstrs; in visitSub()2876 NumOfDeadInstrs += Add1->hasOneUse() ? 1 : 0; in visitSub()2878 if (NumOfDeadInstrs >= NumOfNewInstrs) { in visitSub()