Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1182 bool ObjHasKernelLifetime = false; in forallInterferingAccesses() local
1215 ObjHasKernelLifetime = AIFn->hasFnAttribute("kernel"); in forallInterferingAccesses()
1225 ObjHasKernelLifetime = HasKernelLifetime(GV, *GV->getParent()); in forallInterferingAccesses()
1226 if (ObjHasKernelLifetime) in forallInterferingAccesses()
1242 if (InstInKernel && ObjHasKernelLifetime && !AccInSameScope && in forallInterferingAccesses()