Lines Matching refs:getCalledFunction
155 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
156 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
599 Function *F = CB->getCalledFunction(); in captured()
734 if (Function *F = CB.getCalledFunction()) in determinePointerAccessAttrs()
865 if (auto *CalledFunc = CB->getCalledFunction()) { in addArgumentAttrsFromCallsites()
1147 if (CB.getCalledFunction() && SCCNodes.count(CB.getCalledFunction())) in isFunctionMallocLike()
1252 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()
1607 Function *Callee = CB->getCalledFunction(); in addNoRecurseAttrs()
1760 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoSync()
1807 if (!CB->getCalledFunction()) { in createSCCNodeSet()
1895 if (Call->getCalledFunction() == Changed) in run()