Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSink.cpp27 STATISTIC(NumSunk, "Number of instructions sunk");
202 ++NumSunk; in ProcessBlock()
H A DGVNSink.cpp578 unsigned NumSunk = 0; in run() local
582 NumSunk += sinkBB(N); in run()
584 return NumSunk > 0; in run()
H A DLICM.cpp98 STATISTIC(NumSunk, "Number of instructions sunk out of loop");
1667 ++NumSunk; in sink()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp109 STATISTIC(NumSunk, "Number of machine instructions sunk");
551 ++NumSunk; in ProcessBlock()