Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DLoopGeneratorsGOMP.h48 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
DLoopGeneratorsKMP.h72 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
DLoopGenerators.h191 virtual void deployParallelExecution(Function *SubFn, Value *SubFnParam,
/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsGOMP.cpp50 void ParallelLoopGeneratorGOMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorGOMP
DLoopGenerators.cpp196 deployParallelExecution(SubFn, SubFnParam, LB, UB, Stride); in createParallelLoop()
DLoopGeneratorsKMP.cpp63 void ParallelLoopGeneratorKMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorKMP