Searched refs:CalledFn (Results 1 – 5 of 5) sorted by relevance
2237 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local2238 if (!CalledFn) in hasOnlyColdCalls()2240 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()2243 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()2246 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()2247 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()
957 auto *CalledFn = in removeImplausibleInstructions() local959 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
716 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local717 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
2086 auto *CalledFn = in InlineFunction() local2088 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
3191 const Function *CalledFn = CI ? CI->getCalledFunction() : nullptr; in fastLowerCall() local3202 (CalledFn && CalledFn->hasFnAttribute("no_caller_saved_registers"))) in fastLowerCall()