Searched refs:NumSunk (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Sink.cpp | 28 STATISTIC(NumSunk, "Number of instructions sunk"); 146 ++NumSunk, MadeChange = true; in ProcessBlock()
|
D | LICM.cpp | 56 STATISTIC(NumSunk , "Number of instructions sunk out of loop"); 450 ++NumSunk; in sink()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 32 STATISTIC(NumSunk, "Number of instructions sunk"); 230 ++NumSunk; in ProcessBlock()
|
D | LICM.cpp | 73 STATISTIC(NumSunk, "Number of instructions sunk out of loop"); 659 ++NumSunk; in sink()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 32 STATISTIC(NumSunk, "Number of instructions sunk"); 229 ++NumSunk; in ProcessBlock()
|
D | GVNSink.cpp | 567 unsigned NumSunk = 0; in run() local 570 NumSunk += sinkBB(N); in run() 572 return NumSunk > 0; in run()
|
D | LICM.cpp | 76 STATISTIC(NumSunk, "Number of instructions sunk out of loop"); 945 ++NumSunk; in sink()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineSink.cpp | 40 STATISTIC(NumSunk, "Number of machine instructions sunk"); 275 ++NumSunk, MadeChange = true; in ProcessBlock()
|
/external/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 52 STATISTIC(NumSunk, "Number of machine instructions sunk"); 348 ++NumSunk; in ProcessBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 77 STATISTIC(NumSunk, "Number of machine instructions sunk"); 385 ++NumSunk; in ProcessBlock()
|