Searched refs:CalledFn (Results 1 – 6 of 6) sorted by relevance
1116 auto *CalledFn = in removeImplausibleInstructions() local1118 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) || in removeImplausibleInstructions()
1794 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local1795 if (!CalledFn) in hasOnlyColdCalls()1801 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()1803 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()1806 if (!hasChangeableCC(CalledFn, ChangeableCCCache)) in hasOnlyColdCalls()
997 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local998 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
968 auto *CalledFn = in PropagateOperandBundles() local970 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow() && in PropagateOperandBundles()971 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
938 Function *CalledFn = getCalledScalarFunction(); in print() local939 if (CalledFn->getReturnType()->isVoidTy()) in print()946 O << "call @" << CalledFn->getName() << "("; in print()
4418 auto *CalledFn = in visitEHPadPredecessors() local4420 if (CalledFn && CalledFn->isIntrinsic() && II->doesNotThrow() && in visitEHPadPredecessors()4421 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in visitEHPadPredecessors()