Searched refs:CalledFn (Results 1 – 4 of 4) sorted by relevance
1759 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local1760 if (!CalledFn) in hasOnlyColdCalls()1762 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()1765 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()1768 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()1769 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()
973 auto *CalledFn = in removeImplausibleInstructions() local975 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) || in removeImplausibleInstructions()
949 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local950 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
2304 auto *CalledFn = in InlineFunction() local2306 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow()) in InlineFunction()