Lines Matching defs:GetTTI
196 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {}
218 function_ref<TargetTransformInfo &(Function &)> GetTTI);
222 function_ref<TargetTransformInfo &(Function &)> GetTTI);
260 function_ref<TargetTransformInfo &(Function &)> GetTTI;
267 function_ref<TargetTransformInfo &(Function &)> GetTTI;
398 TargetTransformInfo *FTTI = &GetTTI(F);
471 OutlineRegionCost += computeBBInlineCost(BB, &GetTTI(*BB->getParent()));
729 auto &CalleeTTI = GetTTI(*Callee);
871 auto *OutlinedFuncTTI = &GetTTI(*OutlinedFunc);
946 function_ref<TargetTransformInfo &(Function &)> GetTTI)
947 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
972 function_ref<TargetTransformInfo &(Function &)> GetTTI)
973 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
1086 Cost += computeBBInlineCost(BB, &GetTTI(*BB->getParent()));
1178 auto *ClonedFuncTTI = &GetTTI(*ClonedFunc);
1257 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI);
1287 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI);
1469 auto GetTTI = [&FAM](Function &F) -> TargetTransformInfo & {
1479 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI,