Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSink.cpp28 STATISTIC(NumSunk, "Number of instructions sunk");
146 ++NumSunk, MadeChange = true; in ProcessBlock()
DLICM.cpp56 STATISTIC(NumSunk , "Number of instructions sunk out of loop");
450 ++NumSunk; in sink()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp32 STATISTIC(NumSunk, "Number of instructions sunk");
230 ++NumSunk; in ProcessBlock()
DLICM.cpp73 STATISTIC(NumSunk, "Number of instructions sunk out of loop");
659 ++NumSunk; in sink()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSink.cpp32 STATISTIC(NumSunk, "Number of instructions sunk");
229 ++NumSunk; in ProcessBlock()
DGVNSink.cpp567 unsigned NumSunk = 0; in run() local
570 NumSunk += sinkBB(N); in run()
572 return NumSunk > 0; in run()
DLICM.cpp76 STATISTIC(NumSunk, "Number of instructions sunk out of loop");
945 ++NumSunk; in sink()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp40 STATISTIC(NumSunk, "Number of machine instructions sunk");
275 ++NumSunk, MadeChange = true; in ProcessBlock()
/external/llvm/lib/CodeGen/
DMachineSink.cpp52 STATISTIC(NumSunk, "Number of machine instructions sunk");
348 ++NumSunk; in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp77 STATISTIC(NumSunk, "Number of machine instructions sunk");
385 ++NumSunk; in ProcessBlock()