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