Home
last modified time | relevance | path

Searched refs:NumExtracted (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp35 STATISTIC(NumExtracted, "Number of loops extracted");
150 ++NumExtracted; in runOnLoop()
DBlockExtractor.cpp30 STATISTIC(NumExtracted, "Number of basic blocks extracted");
158 ++NumExtracted; in runOnModule()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp34 STATISTIC(NumExtracted, "Number of loops extracted");
148 ++NumExtracted; in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp33 STATISTIC(NumExtracted, "Number of loops extracted");
141 ++NumExtracted; in runOnLoop()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp147 static unsigned NumExtracted = 32; in ExtractLoop() local
148 if (M->size() == NewM->size() || --NumExtracted == 0) { in ExtractLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp167 static unsigned NumExtracted = 32; in extractLoop() local
168 if (M->size() == NewM->size() || --NumExtracted == 0) { in extractLoop()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp169 static unsigned NumExtracted = 32; in extractLoop() local
170 if (M->size() == NewM->size() || --NumExtracted == 0) { in extractLoop()