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.cpp2081 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
2092 (!Callee->doesNotRecurse() && in addNoRecurseAttrs()
2390 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
2409 !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
2433 if (!F.isDeclaration() && !F.doesNotRecurse() && F.hasInternalLinkage()) in deduceFunctionAttributeInRPO()
H A DFunctionImport.cpp1684 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
H A DGlobalOpt.cpp1483 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp462 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h646 bool doesNotRecurse() const { in doesNotRecurse() function