Lines Matching refs:getCalledFunction
144 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
145 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
382 Function *F = CB->getCalledFunction(); in captured()
510 Function *F = CB.getCalledFunction(); in determinePointerReadAttrs()
653 if (auto *CalledFunc = CB->getCalledFunction()) { in addArgumentAttrsFromCallsites()
921 if (CB.getCalledFunction() && SCCNodes.count(CB.getCalledFunction())) in isFunctionMallocLike()
1028 Function *Callee = CB.getCalledFunction(); in isReturnNonNull()
1246 SCCNodes.count(CB->getCalledFunction()) == 0; in InstrBreaksNonConvergent()
1254 if (Function *Callee = CI->getCalledFunction()) { in InstrBreaksNonThrowing()
1275 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoFree()
1386 Function *Callee = CB->getCalledFunction(); in addNoRecurseAttrs()
1527 if (Function *Callee = CB->getCalledFunction()) in InstrBreaksNoSync()
1572 if (!CB->getCalledFunction()) { in createSCCNodeSet()