Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp114 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
473 ++NumValuesVisitedInThisNegator; in negate()
H A DInstCombineInternal.h784 unsigned NumValuesVisitedInThisNegator = 0; variable