Searched refs:ContainingFunction (Results 1 – 2 of 2) sorted by relevance
36 DeclarationMatcher FunctionBodyMatcher(StringRef ContainingFunction) { in FunctionBodyMatcher() argument37 return functionDecl(hasName(ContainingFunction), in FunctionBodyMatcher()
856 const Function &ContainingFunction = *I.getParent()->getParent(); in handleAlloca() local857 CallingConv::ID CC = ContainingFunction.getCallingConv(); in handleAlloca()877 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, ContainingFunction); in handleAlloca()878 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()