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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp849 unsigned NotRebasedNum = 0; local
872 NotRebasedNum += ToBeRebased.size();
911 (void)NotRebasedNum;
913 assert(UsesNum == (ReBasesNum + NotRebasedNum) &&

Completed in 104 milliseconds