Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2861 unsigned NumOfNewInstrs = 0; in visitSub() local
2863 NumOfNewInstrs += !isa<Constant>(Y) ? 1 : 0; in visitSub()
2864 NumOfNewInstrs += !isa<Constant>(Z) ? 1 : 0; in visitSub()
2878 if (NumOfDeadInstrs >= NumOfNewInstrs) { in visitSub()