Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1395 F->setDoesNotRecurse(); in addNoRecurseAttrs()
1764 F.setDoesNotRecurse(); in addNoRecurseAttrsTopDown()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp610 WorkerFn->setDoesNotRecurse(); in createWorkerFunction()
2663 Fn->setDoesNotRecurse(); in emitInterWarpCopyFunction()
2964 Fn->setDoesNotRecurse(); in emitShuffleAndReduceFunction()
3120 Fn->setDoesNotRecurse(); in emitListToGlobalCopyFunction()
3229 Fn->setDoesNotRecurse(); in emitListToGlobalReduceFunction()
3325 Fn->setDoesNotRecurse(); in emitGlobalToListCopyFunction()
3435 Fn->setDoesNotRecurse(); in emitGlobalToListReduceFunction()
4058 Fn->setDoesNotRecurse(); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp2387 Fn->setDoesNotRecurse(); in emitCopyprivateCopyFunction()
3583 TaskEntry->setDoesNotRecurse(); in emitProxyTaskFunction()
3688 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
3999 TaskDup->setDoesNotRecurse(); in emitTaskDupFunction()
5434 Fn->setDoesNotRecurse(); in emitReductionFunction()
5878 Fn->setDoesNotRecurse(); in emitReduceInitFunction()
5952 Fn->setDoesNotRecurse(); in emitReduceCombFunction()
6022 Fn->setDoesNotRecurse(); in emitReduceFiniFunction()
H A DCGStmtOpenMP.cpp516 F->setDoesNotRecurse(); in emitOutlinedFunctionPrologue()
5283 Fn->setDoesNotRecurse(); in emitOutlinedOrderedFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h663 void setDoesNotRecurse() { in setDoesNotRecurse() function