Home
last modified time | relevance | path

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

/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/llvm/tools/bugpoint/
DExtractFunction.cpp169 static unsigned NumExtracted = 32; in extractLoop() local
170 if (M->size() == NewM->size() || --NumExtracted == 0) { in extractLoop()