reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/CodeGen/LoopGenerators.h
   34 extern int PollyNumThreads;

References

tools/polly/lib/CodeGen/LoopGenerators.cpp
   34                      cl::Hidden, cl::location(polly::PollyNumThreads),
tools/polly/lib/CodeGen/LoopGeneratorsGOMP.cpp
   44   Value *Args[] = {SubFn, SubFnParam, Builder.getInt32(PollyNumThreads),
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp
   67   if (PollyNumThreads > 0) {
   69     createCallPushNumThreads(GlobalThreadID, Builder.getInt32(PollyNumThreads));