Home
last modified time | relevance | path

Searched refs:ParallelLoopGeneratorGOMP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp20 void ParallelLoopGeneratorGOMP::createCallSpawnThreads(Value *SubFn, in createCallSpawnThreads()
51 void ParallelLoopGeneratorGOMP::deployParallelExecution(Function *SubFn, in deployParallelExecution()
62 Function *ParallelLoopGeneratorGOMP::prepareSubFnDefinition(Function *F) const { in prepareSubFnDefinition()
93 ParallelLoopGeneratorGOMP::createSubFn(Value *Stride, AllocaInst *StructData, in createSubFn()
174 Value *ParallelLoopGeneratorGOMP::createCallGetWorkItem(Value *LBPtr, in createCallGetWorkItem()
196 void ParallelLoopGeneratorGOMP::createCallJoinThreads() { in createCallJoinThreads()
213 void ParallelLoopGeneratorGOMP::createCallCleanupThread() { in createCallCleanupThread()
H A DIslNodeBuilder.cpp715 new ParallelLoopGeneratorGOMP(Builder, LI, DT, DL)); in createForParallel()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGeneratorsGOMP.h25 class ParallelLoopGeneratorGOMP final : public ParallelLoopGenerator {
28 ParallelLoopGeneratorGOMP(PollyIRBuilder &Builder, LoopInfo &LI, in ParallelLoopGeneratorGOMP() function