Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h115 const ArrayRef<Function *> getParallelSubfunctions() const { in getParallelSubfunctions() function
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp294 for (auto *SubF : NodeBuilder.getParallelSubfunctions()) in generateCode()