Lines Matching defs:GetTLI
360 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) {
958 std::function<const TargetLibraryInfo &(Function &F)> GetTLI)
959 : DL(DL), GetTLI(std::move(GetTLI)) {}
962 : AAResultBase(std::move(Arg)), DL(Arg.DL), GetTLI(std::move(Arg.GetTLI)),
978 Module &M, std::function<const TargetLibraryInfo &(Function &F)> GetTLI,
980 GlobalsAAResult Result(M.getDataLayout(), GetTLI);
999 auto GetTLI = [&FAM](Function &F) -> TargetLibraryInfo & {
1002 return GlobalsAAResult::analyzeModule(M, GetTLI,
1041 auto GetTLI = [this](Function &F) -> TargetLibraryInfo & {
1045 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph())));