Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp178 static void collectBlocks(const Pointer &Ptr, in collectBlocks() function
198 collectBlocks(FieldPtr, Blocks); in collectBlocks()
203 collectBlocks(Pointee, Blocks); in collectBlocks()
209 collectBlocks(ElemPointee, Blocks); in collectBlocks()
214 collectBlocks(ElemPtr, Blocks); in collectBlocks()
226 collectBlocks(Ptr, Blocks); in checkReturnValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2168 LLVM_ABI void collectBlocks(SmallPtrSetImpl<BasicBlock *> &BlockSet,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp694 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in finalize()
1632 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in createParallel()
4608 CleanUpInfo.collectBlocks(RegionBlockSet, BlocksToBeRemoved); in workshareLoopTargetCallback()
4676 OI.collectBlocks(ParallelRegionBlockSet, Blocks); in applyWorkshareLoopTarget()
9626 void OpenMPIRBuilder::OutlineInfo::collectBlocks( in collectBlocks() function in OpenMPIRBuilder::OutlineInfo