Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1088 const Function *ScopePtr = &Scope; in forallInterferingAccesses() local
1089 IsLiveInCalleeCB = [ScopePtr](const Function &Fn) { in forallInterferingAccesses()
1090 return ScopePtr != &Fn; in forallInterferingAccesses()