Lines Matching refs:isKernelLDS
237 bool isKernelLDS(const Function *F) { in isKernelLDS() function
356 if (isKernelLDS(F)) { in getUsesOfLDSByFunction()
380 if (!isKernelLDS(&F)) in getTransitiveUsesOfLDS()
408 if (!isKernelLDS(&F)) { in getTransitiveUsesOfLDS()
418 if (Func.isDeclaration() || isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
448 if (Func.isDeclaration() || !isKernelLDS(&Func)) in getTransitiveUsesOfLDS()
607 if (Func.isDeclaration() || !isKernelLDS(&Func)) in kernelsThatIndirectlyAccessAnyOfPassedVariables()
724 if (!isKernelLDS(&Func)) in assignLDSKernelIDToEachKernel()
871 return !isKernelLDS(F); in lowerModuleScopeStructVariables()
879 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerModuleScopeStructVariables()
911 if (Func.isDeclaration() || !isKernelLDS(&Func)) in lowerKernelScopeStructVariables()
996 assert(isKernelLDS(func)); in buildRepresentativeDynamicLDSInstance()
1059 if (!isKernelLDS(PotentialCallee)) in removeNoLdsKernelIdFromReachable()
1091 assert(isKernelLDS(func)); in lowerDynamicLDSVariables()
1125 if (isKernelLDS(I->getFunction())) in lowerDynamicLDSVariables()
1151 assert(isKernelLDS(F)); in runOnModule()
1243 if (Func.isDeclaration() || !isKernelLDS(&Func)) in runOnModule()