Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1598 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
1608 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()
2002 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
2021 !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
2043 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
H A DFunctionImport.cpp1070 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
H A DGlobalOpt.cpp1504 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h607 bool doesNotRecurse() const { in doesNotRecurse() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp460 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()