Lines Matching refs:getCalledFunction
141 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
142 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
372 Function *F = CB->getCalledFunction(); in captured()
500 Function *F = CB.getCalledFunction(); in determinePointerReadAttrs()
643 if (auto *CalledFunc = CB->getCalledFunction()) { in addArgumentAttrsFromCallsites()
911 if (CB.getCalledFunction() && SCCNodes.count(CB.getCalledFunction())) in isFunctionMallocLike()
1018 Function *Callee = CB.getCalledFunction(); in isReturnNonNull()
1236 SCCNodes.count(CB->getCalledFunction()) == 0; in InstrBreaksNonConvergent()
1244 if (Function *Callee = CI->getCalledFunction()) { in InstrBreaksNonThrowing()
1261 Function *Callee = CB->getCalledFunction(); in InstrBreaksNoFree()
1378 Function *Callee = CB->getCalledFunction(); in addNoRecurseAttrs()
1409 if (!CB->getCalledFunction()) { in createSCCNodeSet()