Searched refs:doesNotRecurse (Results 1 – 4 of 4) sorted by relevance
1377 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()
1476 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
473 if (!Callee || !Callee->doesNotRecurse()) in analyzeResourceUsage()
661 bool doesNotRecurse() const { in doesNotRecurse() function