Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineNegator.cpp107 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
501 ++NumValuesVisitedInThisNegator; in negate()
HDInstCombineInternal.h792 unsigned NumValuesVisitedInThisNegator = 0; variable