Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSink.cpp32 STATISTIC(NumSunk, "Number of instructions sunk");
209 ++NumSunk; in ProcessBlock()
H A DGVNSink.cpp571 unsigned NumSunk = 0; in run() local
574 NumSunk += sinkBB(N); in run()
576 return NumSunk > 0; in run()
H A DLICM.cpp95 STATISTIC(NumSunk, "Number of instructions sunk out of loop");
1720 ++NumSunk; in sink()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp106 STATISTIC(NumSunk, "Number of machine instructions sunk");
546 ++NumSunk; in ProcessBlock()