Lines Matching refs:GetTTI
1452 function_ref<TargetTransformInfo &(Function &)> GetTTI, in processInternalGlobal() argument
1552 GetTTI(StoreFn).canHaveNonUndefGlobalInitializerInAddressSpace( in processInternalGlobal()
1625 function_ref<TargetTransformInfo &(Function &)> GetTTI, in processGlobal() argument
1658 return processInternalGlobal(GVar, GS, GetTTI, GetTLI, LookupDomTree) || in processGlobal()
1922 function_ref<TargetTransformInfo &(Function &)> GetTTI, in OptimizeFunctions() argument
1969 Changed |= processGlobal(F, GetTTI, GetTLI, LookupDomTree); in OptimizeFunctions()
1998 TargetTransformInfo &TTI = GetTTI(F); in OptimizeFunctions()
2038 function_ref<TargetTransformInfo &(Function &)> GetTTI, in OptimizeGlobalVars() argument
2065 Changed |= processGlobal(GV, GetTTI, GetTLI, LookupDomTree); in OptimizeGlobalVars()
2486 function_ref<TargetTransformInfo &(Function &)> GetTTI, in optimizeGlobalsInModule() argument
2514 LocalChange |= OptimizeFunctions(M, GetTLI, GetTTI, GetBFI, LookupDomTree, in optimizeGlobalsInModule()
2531 LocalChange |= OptimizeGlobalVars(M, GetTTI, GetTLI, LookupDomTree, in optimizeGlobalsInModule()
2571 auto GetTTI = [&FAM](Function &F) -> TargetTransformInfo & { in run() local
2583 if (!optimizeGlobalsInModule(M, DL, GetTLI, GetTTI, GetBFI, LookupDomTree, in run()