Lines Matching refs:getCalledFunction
138 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
139 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
365 Function *F = CS.getCalledFunction(); in captured()
493 Function *F = CS.getCalledFunction(); in determinePointerReadAttrs()
636 if (auto *CalledFunc = CS.getCalledFunction()) { in addArgumentAttrsFromCallsites()
893 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction())) in isFunctionMallocLike()
1000 Function *Callee = CS.getCalledFunction(); in isReturnNonNull()
1212 return CS && CS.isConvergent() && SCCNodes.count(CS.getCalledFunction()) == 0; in InstrBreaksNonConvergent()
1220 if (Function *Callee = CI->getCalledFunction()) { in InstrBreaksNonThrowing()
1313 Function *Callee = CS.getCalledFunction(); in addNoRecurseAttrs()
1384 if (!CS.getCalledFunction()) { in run()