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()
1464 !SCCNodes.contains(CB->getCalledFunction()); in InstrBreaksNonConvergent()
1472 if (Function *Callee = CI->getCalledFunction()) { in InstrBreaksNonThrowing()
1493 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoFree()
1548 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoSync()
1676 Function *Callee = CB->getCalledFunction(); in addNoRecurseAttrs()
1802 if (!CB->getCalledFunction()) { in createSCCNodeSet()
1905 if (Call->getCalledFunction() == Changed) in run()