Searched refs:collectBlocks (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | EvaluationResult.cpp | 177 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 D | OMPIRBuilder.h | 2061 void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 676 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
|