Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1377 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
1387 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()
1743 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1761 if (!CB || !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
1783 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
DGlobalOpt.cpp1476 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUResourceUsageAnalysis.cpp473 if (!Callee || !Callee->doesNotRecurse()) in analyzeResourceUsage()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h661 bool doesNotRecurse() const { in doesNotRecurse() function