Searched refs:doesNotRecurse (Results 1 – 5 of 5) sorted by relevance
2081 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()
1684 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
1483 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
462 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()
646 bool doesNotRecurse() const { in doesNotRecurse() function