Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.cpp230 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
231 if (NumPrint > 10) NumPrint = 10; in PrintFunctionList()
232 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
234 if (NumPrint < Funcs.size()) in PrintFunctionList()
240 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
241 if (NumPrint > 10) NumPrint = 10; in PrintGlobalVariableList()
242 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
244 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
DCrashDebugger.cpp283 unsigned NumPrint = Blocks.size(); in TestBlocks() local
284 if (NumPrint > 10) NumPrint = 10; in TestBlocks()
285 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
287 if (NumPrint < Blocks.size()) in TestBlocks()
/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.cpp358 unsigned NumPrint = Blocks.size(); in TestBlocks() local
359 if (NumPrint > 10) NumPrint = 10; in TestBlocks()
360 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
362 if (NumPrint < Blocks.size()) in TestBlocks()
539 unsigned NumPrint = std::min<size_t>(NamedMDs.size(), 10); in TestNamedMDs() local
540 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestNamedMDs()
542 if (NumPrint < NamedMDs.size()) in TestNamedMDs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DBugDriver.cpp242 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
243 if (NumPrint > 10) in PrintFunctionList()
244 NumPrint = 10; in PrintFunctionList()
245 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
247 if (NumPrint < Funcs.size()) in PrintFunctionList()
253 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
254 if (NumPrint > 10) in PrintGlobalVariableList()
255 NumPrint = 10; in PrintGlobalVariableList()
256 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
258 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
DCrashDebugger.cpp394 unsigned NumPrint = Blocks.size(); in TestBlocks() local
395 if (NumPrint > 10) in TestBlocks()
396 NumPrint = 10; in TestBlocks()
397 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
399 if (NumPrint < Blocks.size()) in TestBlocks()
514 unsigned NumPrint = Blocks.size(); in TestBlocks() local
515 if (NumPrint > 10) in TestBlocks()
516 NumPrint = 10; in TestBlocks()
517 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
519 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]