Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2075 Fn->setDoesNotRecurse(); in emitInterWarpCopyFunction()
2378 Fn->setDoesNotRecurse(); in emitShuffleAndReduceFunction()
2534 Fn->setDoesNotRecurse(); in emitListToGlobalCopyFunction()
2643 Fn->setDoesNotRecurse(); in emitListToGlobalReduceFunction()
2739 Fn->setDoesNotRecurse(); in emitGlobalToListCopyFunction()
2849 Fn->setDoesNotRecurse(); in emitGlobalToListReduceFunction()
3468 Fn->setDoesNotRecurse(); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp2392 Fn->setDoesNotRecurse(); in emitCopyprivateCopyFunction()
3588 TaskEntry->setDoesNotRecurse(); in emitProxyTaskFunction()
3693 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
4004 TaskDup->setDoesNotRecurse(); in emitTaskDupFunction()
5447 Fn->setDoesNotRecurse(); in emitReductionFunction()
5891 Fn->setDoesNotRecurse(); in emitReduceInitFunction()
5965 Fn->setDoesNotRecurse(); in emitReduceCombFunction()
6035 Fn->setDoesNotRecurse(); in emitReduceFiniFunction()
H A DCGStmtOpenMP.cpp518 F->setDoesNotRecurse(); in emitOutlinedFunctionPrologue()
5309 Fn->setDoesNotRecurse(); in emitOutlinedOrderedFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1395 F->setDoesNotRecurse(); in addNoRecurseAttrs()
1764 F.setDoesNotRecurse(); in addNoRecurseAttrsTopDown()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h664 void setDoesNotRecurse() { in setDoesNotRecurse() function