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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp466 unsigned InstQuota = 0; local
470 InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) &&
473 if (Value *R = simplifyFAdd(AllOpnds, InstQuota))

Completed in 54 milliseconds