Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp681 std::unique_ptr<ParallelLoopGenerator> ParallelLoopGenPtr; in createForParallel() local
685 ParallelLoopGenPtr.reset( in createForParallel()
689 ParallelLoopGenPtr.reset(new ParallelLoopGeneratorKMP(Builder, LI, DT, DL)); in createForParallel()
693 IV = ParallelLoopGenPtr->createParallelLoop( in createForParallel()