Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h116 return ParallelSubfunctions; in getParallelSubfunctions()
162 SmallVector<Function *, 8> ParallelSubfunctions; variable
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp728 ParallelSubfunctions.push_back(LoopBody->getFunction()); in createForParallel()