Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h604 void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp155 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in finalize()
707 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in createParallel()
2599 void OpenMPIRBuilder::OutlineInfo::collectBlocks( in collectBlocks() function in OpenMPIRBuilder::OutlineInfo