Home
last modified time | relevance | path

Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
DBugDriver.cpp231 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
232 if (NumPrint > 10) NumPrint = 10; in PrintFunctionList()
233 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
235 if (NumPrint < Funcs.size()) in PrintFunctionList()
241 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
242 if (NumPrint > 10) NumPrint = 10; in PrintGlobalVariableList()
243 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
245 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
DCrashDebugger.cpp357 unsigned NumPrint = Blocks.size(); in TestBlocks() local
358 if (NumPrint > 10) NumPrint = 10; in TestBlocks()
359 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
361 if (NumPrint < Blocks.size()) in TestBlocks()
538 unsigned NumPrint = std::min<size_t>(NamedMDs.size(), 10); in TestNamedMDs() local
539 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestNamedMDs()
541 if (NumPrint < NamedMDs.size()) in TestNamedMDs()