Home | History | Annotate | Download | only in IR

Lines Matching full:info

1 //===-- FunctionInfo.cpp - Function Info Index ----------------------------===//
10 // This file implements the function info index and summary classes for the
29 // Assert that the func info list only has one entry, since we shouldn't
32 std::unique_ptr<FunctionInfo> Info = std::move(List.front());
35 if (!Info->functionSummary())
42 addModulePath(Info->functionSummary()->modulePath(), NextModuleId);
44 assert(ModPath == Info->functionSummary()->modulePath() &&
50 Info->functionSummary()->setModulePath(ModPath);
53 if (Info->functionSummary()->isLocalFunction()) {
62 // Add new function info to existing list. There may be duplicates when
65 addFunctionInfo(FuncName, std::move(Info));