Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp270 Function *ScopeFn = IRP.getAnchorScope(); in manifestAttrs() local
285 Attrs = ScopeFn->getAttributes(); in manifestAttrs()
310 ScopeFn->setAttributes(Attrs); in manifestAttrs()
714 const Function *ScopeFn = IRP.getAnchorScope(); in checkForAllUses() local
716 ScopeFn ? &getAAFor<AAIsDead>(QueryingAA, IRPosition::function(*ScopeFn), in checkForAllUses()
DAttributorAttributes.cpp2581 const Function *ScopeFn = VIRP.getAnchorScope(); in isKnownNoAliasDueToNoAliasPreservation() local
2597 if (ScopeFn) { in isKnownNoAliasDueToNoAliasPreservation()
2599 A.getAAFor<AAReachability>(*this, IRPosition::function(*ScopeFn)); in isKnownNoAliasDueToNoAliasPreservation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp425 Function *ScopeFn = IRP.getAssociatedFunction(); in manifestAttrs() local
440 Attrs = ScopeFn->getAttributes(); in manifestAttrs()
465 ScopeFn->setAttributes(Attrs); in manifestAttrs()
5608 const Function *ScopeFn = IRP.getAnchorScope(); in checkForAllUses() local
5610 ScopeFn ? &getAAFor<AAIsDead>(QueryingAA, IRPosition::function(*ScopeFn), in checkForAllUses()