Home
last modified time | relevance | path

Searched refs:deployParallelExecution (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGeneratorsGOMP.h47 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
H A DLoopGeneratorsKMP.h73 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
H A DLoopGenerators.h217 virtual void deployParallelExecution(Function *SubFn, Value *SubFnParam,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp51 void ParallelLoopGeneratorGOMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorGOMP
H A DLoopGenerators.cpp197 deployParallelExecution(SubFn, SubFnParam, LB, UB, Stride); in createParallelLoop()
H A DLoopGeneratorsKMP.cpp64 void ParallelLoopGeneratorKMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorKMP