Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1667 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
1678 (!Callee->doesNotRecurse() && in addNoRecurseAttrs()
1942 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1961 !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
1985 if (!F.isDeclaration() && !F.doesNotRecurse() && F.hasInternalLinkage()) in deduceFunctionAttributeInRPO()
H A DFunctionImport.cpp1420 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
H A DGlobalOpt.cpp1457 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h620 bool doesNotRecurse() const { in doesNotRecurse() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp532 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()