Lines Matching refs:ValueInfo
669 ValueInfo ProfiledCallee, ValueInfo CurCallee, unsigned Depth,
687 std::map<const FunctionSummary *, ValueInfo> FSToVIMap;
698 std::map<ValueInfo, std::unique_ptr<CallsiteInfo>>>
1933 ValueInfo ProfiledCallee, ValueInfo CurCallee, unsigned Depth, in findProfiledCalleeThroughTailCalls()
1941 auto CreateAndSaveCallsiteInfo = [&](ValueInfo Callee, FunctionSummary *FS) { in findProfiledCalleeThroughTailCalls()
2013 ValueInfo Callee = in calleeMatchesFunc()
3248 static ValueInfo findValueInfoForFunc(const Function &F, const Module &M, in findValueInfoForFunc()
3253 ValueInfo TheFnVI = ImportSummary->getValueInfo(F.getGUID()); in findValueInfoForFunc()
3368 ValueInfo TheFnVI = findValueInfoForFunc(F, M, ImportSummary); in applyImport()
3399 DenseMap<ValueInfo, CallsiteInfo> MapTailCallCalleeVIToCallsite; in applyImport()
3569 ValueInfo CalleeVI = in applyImport()