Home
last modified time | relevance | path

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

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/bugpoint/
H A DBugDriver.cpp255 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
256 if (NumPrint > 10) in PrintFunctionList()
257 NumPrint = 10; in PrintFunctionList()
258 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
260 if (NumPrint < Funcs.size()) in PrintFunctionList()
266 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
267 if (NumPrint > 10) in PrintGlobalVariableList()
268 NumPrint = 10; in PrintGlobalVariableList()
269 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
271 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
585 if (NumPrint > 10) in TestBlocks()
586 NumPrint = 10; in TestBlocks()
589 if (NumPrint < Blocks.size()) in TestBlocks()
689 if (NumPrint > 10) in TestBlocks()
690 NumPrint = 10; in TestBlocks()
693 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
585 if (NumPrint > 10) in TestBlocks()
586 NumPrint = 10; in TestBlocks()
589 if (NumPrint < Blocks.size()) in TestBlocks()
689 if (NumPrint > 10) in TestBlocks()
690 NumPrint = 10; in TestBlocks()
693 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp462 unsigned NumPrint = Blocks.size(); in TestBlocks() local
463 if (NumPrint > 10) in TestBlocks()
464 NumPrint = 10; in TestBlocks()
467 if (NumPrint < Blocks.size()) in TestBlocks()
584 if (NumPrint > 10) in TestBlocks()
585 NumPrint = 10; in TestBlocks()
588 if (NumPrint < Blocks.size()) in TestBlocks()
688 if (NumPrint > 10) in TestBlocks()
689 NumPrint = 10; in TestBlocks()
692 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
584 if (NumPrint > 10) in TestBlocks()
585 NumPrint = 10; in TestBlocks()
588 if (NumPrint < Blocks.size()) in TestBlocks()
687 if (NumPrint > 10) in TestBlocks()
688 NumPrint = 10; in TestBlocks()
691 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
585 if (NumPrint > 10) in TestBlocks()
586 NumPrint = 10; in TestBlocks()
589 if (NumPrint < Blocks.size()) in TestBlocks()
689 if (NumPrint > 10) in TestBlocks()
690 NumPrint = 10; in TestBlocks()
693 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
585 if (NumPrint > 10) in TestBlocks()
586 NumPrint = 10; in TestBlocks()
589 if (NumPrint < Blocks.size()) in TestBlocks()
689 if (NumPrint > 10) in TestBlocks()
690 NumPrint = 10; in TestBlocks()
693 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/llvm90/llvm-9.0.1.src/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp453 unsigned NumPrint = Blocks.size(); in TestBlocks() local
454 if (NumPrint > 10) in TestBlocks()
455 NumPrint = 10; in TestBlocks()
458 if (NumPrint < Blocks.size()) in TestBlocks()
574 if (NumPrint > 10) in TestBlocks()
575 NumPrint = 10; in TestBlocks()
578 if (NumPrint < Blocks.size()) in TestBlocks()
677 if (NumPrint > 10) in TestBlocks()
678 NumPrint = 10; in TestBlocks()
681 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/llvm80/llvm-8.0.1.src/tools/bugpoint/
H A 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()
H A DCrashDebugger.cpp454 unsigned NumPrint = Blocks.size(); in TestBlocks() local
455 if (NumPrint > 10) in TestBlocks()
456 NumPrint = 10; in TestBlocks()
459 if (NumPrint < Blocks.size()) in TestBlocks()
575 if (NumPrint > 10) in TestBlocks()
576 NumPrint = 10; in TestBlocks()
579 if (NumPrint < Blocks.size()) in TestBlocks()
678 if (NumPrint > 10) in TestBlocks()
679 NumPrint = 10; in TestBlocks()
682 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
/dports/devel/llvm70/llvm-7.0.1.src/tools/bugpoint/
H A 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()
H A DCrashDebugger.cpp394 unsigned NumPrint = Blocks.size(); in TestBlocks() local
395 if (NumPrint > 10) in TestBlocks()
396 NumPrint = 10; in TestBlocks()
399 if (NumPrint < Blocks.size()) in TestBlocks()
515 if (NumPrint > 10) in TestBlocks()
516 NumPrint = 10; in TestBlocks()
519 if (NumPrint < Blocks.size()) in TestBlocks()
618 if (NumPrint > 10) in TestBlocks()
619 NumPrint = 10; in TestBlocks()
622 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 if (NumPrint > 10) in PrintFunctionList()
243 NumPrint = 10; in PrintFunctionList()
244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
246 if (NumPrint < Funcs.size()) in PrintFunctionList()
252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
253 if (NumPrint > 10) in PrintGlobalVariableList()
254 NumPrint = 10; in PrintGlobalVariableList()
255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()

12