Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp27 STATISTIC(NumSunk, "Number of instructions sunk");
202 ++NumSunk; in ProcessBlock()
H A DGVNSink.cpp608 unsigned NumSunk = 0; in run() local
622 NumSunk += sinkBB(N); in run()
624 return NumSunk > 0; in run()
H A DLICM.cpp98 STATISTIC(NumSunk, "Number of instructions sunk out of loop");
1696 ++NumSunk; in sink()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp109 STATISTIC(NumSunk, "Number of machine instructions sunk");
858 ++NumSunk; in ProcessBlock()