Home
last modified time | relevance | path

Searched refs:NumDeadInst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp61 STATISTIC(NumDeadInst , "Number of dead inst eliminated");
1817 ++NumDeadInst; in AddReachableCodeToWorklist()
1931 ++NumDeadInst; in DoOneIteration()
1947 ++NumDeadInst; in DoOneIteration()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1293 unsigned NumDeadInst = 0; in removeAllNonTerminatorAndEHPadInstructions() local
1307 ++NumDeadInst; in removeAllNonTerminatorAndEHPadInstructions()
1310 return NumDeadInst; in removeAllNonTerminatorAndEHPadInstructions()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp75 STATISTIC(NumDeadInst , "Number of dead inst eliminated");
2770 ++NumDeadInst; in run()
2947 ++NumDeadInst; in AddReachableCodeToWorklist()
3054 NumDeadInst += NumDeadInstInBB; in prepareICWorklistFromFunction()