Searched refs:doesNotRecurse (Results 1 – 5 of 5) sorted by relevance
1511 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()1521 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()1915 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()1934 !CB->getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()1956 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
1071 if (FS->fflags().NoRecurse && !F->doesNotRecurse()) in thinLTOFinalizeInModule()
1508 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
587 bool doesNotRecurse() const { in doesNotRecurse() function
533 if (!Callee || !Callee->doesNotRecurse()) { in analyzeResourceUsage()