Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp177 static void collectBlocks(const Pointer &Ptr, in collectBlocks() function
197 collectBlocks(FieldPtr, Blocks); in collectBlocks()
202 collectBlocks(Pointee, Blocks); in collectBlocks()
208 collectBlocks(ElemPointee, Blocks); in collectBlocks()
213 collectBlocks(ElemPtr, Blocks); in collectBlocks()
225 collectBlocks(Ptr, Blocks); in checkReturnValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2061 void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp676 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in finalize()
1514 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in createParallel()
4323 CleanUpInfo.collectBlocks(RegionBlockSet, BlocksToBeRemoved); in workshareLoopTargetCallback()
4392 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in applyWorkshareLoopTarget()
8355 void OpenMPIRBuilder::OutlineInfo::collectBlocks( in collectBlocks() function in OpenMPIRBuilder::OutlineInfo