Lines Matching refs:getCalledFunction
189 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
190 SCCNodes.count(Call->getCalledFunction())) { in checkFunctionMemoryAccess()
544 Function *F = CB->getCalledFunction(); in captured()
688 if (Function *F = CB.getCalledFunction()) in determinePointerAccessAttrs()
818 if (auto *CalledFunc = CB->getCalledFunction()) { in addArgumentAttrsFromCallsites()
1103 if (CB.getCalledFunction() && SCCNodes.count(CB.getCalledFunction())) in isFunctionMallocLike()
1213 Function *Callee = CB.getCalledFunction(); in isReturnNonNull()
1485 !SCCNodes.contains(CB->getCalledFunction()); in InstrBreaksNonConvergent()
1493 if (Function *Callee = CI->getCalledFunction()) { in InstrBreaksNonThrowing()
1514 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoFree()
1569 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoSync()
1697 Function *Callee = CB->getCalledFunction(); in addNoRecurseAttrs()
1823 if (!CB->getCalledFunction()) { in createSCCNodeSet()
1926 if (Call->getCalledFunction() == Changed) in run()