Home
last modified time | relevance | path

Searched refs:setDoesNotRecurse (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenSYCL.cpp23 Fn->setDoesNotRecurse(); in SetSYCLKernelAttributes()
H A DCGOpenMPRuntime.cpp2143 Fn->setDoesNotRecurse(); in emitCopyprivateCopyFunction()
2993 TaskEntry->setDoesNotRecurse(); in emitProxyTaskFunction()
3098 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
3406 TaskDup->setDoesNotRecurse(); in emitTaskDupFunction()
4815 Fn->setDoesNotRecurse(); in emitReductionFunction()
5528 Fn->setDoesNotRecurse(); in emitReduceInitFunction()
5598 Fn->setDoesNotRecurse(); in emitReduceCombFunction()
5666 Fn->setDoesNotRecurse(); in emitReduceFiniFunction()
H A DCGOpenMPRuntimeGPU.cpp1887 Fn->setDoesNotRecurse(); in createParallelDataSharingWrapper()
H A DCGStmtOpenMP.cpp582 F->setDoesNotRecurse(); in emitOutlinedFunctionPrologue()
6114 Fn->setDoesNotRecurse(); in emitOutlinedOrderedFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h649 void setDoesNotRecurse() { in setDoesNotRecurse() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2102 F->setDoesNotRecurse(); in addNoRecurseAttrs()
2412 F.setDoesNotRecurse(); in addNoRecurseAttrsTopDown()
H A DFunctionImport.cpp1685 F->setDoesNotRecurse(); in thinLTOFinalizeInModule()