Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1688 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
1699 (!Callee->doesNotRecurse() && in addNoRecurseAttrs()
1963 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1982 !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
2006 if (!F.isDeclaration() && !F.doesNotRecurse() && F.hasInternalLinkage()) in deduceFunctionAttributeInRPO()
H A DFunctionImport.cpp1519 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
H A DGlobalOpt.cpp1469 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp535 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h638 bool doesNotRecurse() const { in doesNotRecurse() function