Home
last modified time | relevance | path

Searched refs:ScopeFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp782 Function *ScopeFn = IRP.getAnchorScope(); in manifestAttrs() local
797 Attrs = ScopeFn->getAttributes(); in manifestAttrs()
822 ScopeFn->setAttributes(Attrs); in manifestAttrs()
1361 const Function *ScopeFn = IRP.getAnchorScope(); in checkForAllUses() local
1363 ScopeFn ? &getAAFor<AAIsDead>(QueryingAA, IRPosition::function(*ScopeFn), in checkForAllUses()
H A DAttributorAttributes.cpp3213 const Function *ScopeFn = VIRP.getAnchorScope(); in isKnownNoAliasDueToNoAliasPreservation() local
3228 if (ScopeFn) { in isKnownNoAliasDueToNoAliasPreservation()
3245 [ScopeFn](const Function &Fn) { return &Fn != ScopeFn; })) in isKnownNoAliasDueToNoAliasPreservation()