Searched refs:isKernelLDS (Results 1 – 3 of 3) sorted by relevance
97 if (isKernelLDS(F)) in getUsesOfLDSByFunction()106 bool isKernelLDS(const Function *F) { in isKernelLDS() function126 if (!isKernelLDS(&F)) in getTransitiveUsesOfLDS()153 if (!isKernelLDS(&F)) { in getTransitiveUsesOfLDS()163 if (Func.isDeclaration() || isKernelLDS(&Func)) in getTransitiveUsesOfLDS()193 if (Func.isDeclaration() || !isKernelLDS(&Func)) in getTransitiveUsesOfLDS()268 if (!isKernelLDS(PotentialCallee)) { in removeFnAttrFromReachable()
51 bool isKernelLDS(const Function *F);
442 if (Func.isDeclaration() || !isKernelLDS(&Func)) in kernelsThatIndirectlyAccessAnyOfPassedVariables()559 if (!isKernelLDS(&Func)) in assignLDSKernelIDToEachKernel()706 return !isKernelLDS(F); in lowerModuleScopeStructVariables()714 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerModuleScopeStructVariables()746 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerKernelScopeStructVariables()831 assert(isKernelLDS(func)); in buildRepresentativeDynamicLDSInstance()881 assert(isKernelLDS(func)); in lowerDynamicLDSVariables()915 if (isKernelLDS(I->getFunction())) in lowerDynamicLDSVariables()941 assert(isKernelLDS(F)); in runOnModule()1033 if (Func.isDeclaration() || !isKernelLDS(&Func)) in runOnModule()