Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsKMP.cpp198 ConstantInt::get(LongType, std::max<int>(PollyChunkSize, 1)); in createSubFn()
201 getSchedType(PollyChunkSize, PollyScheduling); in createSubFn()
388 Builder.getInt32(int(getSchedType(PollyChunkSize, PollyScheduling))), in createCallStaticInit()
449 Builder.getInt32(int(getSchedType(PollyChunkSize, PollyScheduling))), in createCallDispatchInit()
DLoopGenerators.cpp29 int polly::PollyChunkSize; member in polly
55 cl::Hidden, cl::location(polly::PollyChunkSize),
DLoopGeneratorsGOMP.cpp100 if (PollyChunkSize != 0) { in createSubFn()
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGenerators.h36 extern int PollyChunkSize;