Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp202 getSchedType(PollyChunkSize, PollyScheduling); in createSubFn()
396 Builder.getInt32(int(getSchedType(PollyChunkSize, PollyScheduling))), in createCallStaticInit()
459 Builder.getInt32(int(getSchedType(PollyChunkSize, PollyScheduling))), in createCallDispatchInit()
561 OMPGeneralSchedulingType ParallelLoopGeneratorKMP::getSchedType( in getSchedType() function in ParallelLoopGeneratorKMP
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGeneratorsKMP.h52 getSchedType(int ChunkSize, OMPGeneralSchedulingType Scheduling) const;