Searched refs:CalledFn (Results 1 – 9 of 9) sorted by relevance
2193 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local2194 if (!CalledFn) in hasOnlyColdCalls()2196 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()2199 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()2202 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()2203 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()2819 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local2821 if (!CalledFn) in cxxDtorIsEmpty()2827 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()2830 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
952 auto *CalledFn = in removeImplausibleInstructions() local954 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
956 auto *CalledFn = in removeImplausibleInstructions() local958 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
681 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local682 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
1803 auto *CalledFn = in InlineFunction() local1805 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
2443 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local2445 if (!CalledFn) in cxxDtorIsEmpty()2451 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()2454 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
2017 auto *CalledFn = in InlineFunction() local2019 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
2746 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local2748 if (!CalledFn) in cxxDtorIsEmpty()2754 if (!NewCalledFunctions.insert(CalledFn)) in cxxDtorIsEmpty()2757 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
3211 const Function *CalledFn = CI ? CI->getCalledFunction() : nullptr; in fastLowerCall() local3222 (CalledFn && CalledFn->hasFnAttribute("no_caller_saved_registers"))) in fastLowerCall()