Searched refs:CalledFn (Results 1 – 3 of 3) sorted by relevance
792 auto *CalledFn = in removeImplausibleInstructions() local794 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in removeImplausibleInstructions()
1435 auto *CalledFn = in InlineFunction() local1437 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
3104 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local3106 if (!CalledFn) in cxxDtorIsEmpty()3112 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()3115 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()