Searched refs:deployParallelExecution (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/include/polly/CodeGen/ |
D | LoopGeneratorsGOMP.h | 48 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
|
D | LoopGeneratorsKMP.h | 72 void deployParallelExecution(Function *SubFn, Value *SubFnParam, Value *LB,
|
D | LoopGenerators.h | 191 virtual void deployParallelExecution(Function *SubFn, Value *SubFnParam,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGeneratorsGOMP.cpp | 50 void ParallelLoopGeneratorGOMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorGOMP
|
D | LoopGenerators.cpp | 196 deployParallelExecution(SubFn, SubFnParam, LB, UB, Stride); in createParallelLoop()
|
D | LoopGeneratorsKMP.cpp | 63 void ParallelLoopGeneratorKMP::deployParallelExecution(Function *SubFn, in deployParallelExecution() function in ParallelLoopGeneratorKMP
|