Lines Matching defs:GetTTI
197 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {}
219 function_ref<TargetTransformInfo &(Function &)> GetTTI);
223 function_ref<TargetTransformInfo &(Function &)> GetTTI);
261 function_ref<TargetTransformInfo &(Function &)> GetTTI;
268 function_ref<TargetTransformInfo &(Function &)> GetTTI;
399 TargetTransformInfo *FTTI = &GetTTI(F);
472 OutlineRegionCost += computeBBInlineCost(BB, &GetTTI(*BB->getParent()));
730 auto &CalleeTTI = GetTTI(*Callee);
872 auto *OutlinedFuncTTI = &GetTTI(*OutlinedFunc);
947 function_ref<TargetTransformInfo &(Function &)> GetTTI)
948 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
973 function_ref<TargetTransformInfo &(Function &)> GetTTI)
974 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
1087 Cost += computeBBInlineCost(BB, &GetTTI(*BB->getParent()));
1179 auto *ClonedFuncTTI = &GetTTI(*ClonedFunc);
1258 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI);
1288 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI);
1470 auto GetTTI = [&FAM](Function &F) -> TargetTransformInfo & {
1480 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI,