Lines Matching defs:GetTLI
2883 function_ref<const TargetLibraryInfo &(Function &)> &GetTLI) {
2887 // GetTLI call). Therefore we copy the first result.
2888 auto CalleeTLI = GetTLI(*Callee);
2891 GetTLI(*Caller).areInlineCompatible(CalleeTLI,
2935 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
2939 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE);
2982 function_ref<const TargetLibraryInfo &(Function &)> GetTLI) {
3024 if (!functionsHaveCompatibleAttributes(Caller, Callee, CalleeTTI, GetTLI))
3055 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
3060 llvm::getAttributeBasedInliningDecision(Call, Callee, CalleeTTI, GetTLI);