Searched refs:findRefEdges (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 89 static bool findRefEdges(ModuleSummaryIndex &Index, const User *CurUser, in findRefEdges() function 274 findRefEdges(Index, &F, RefEdges, Visited); in computeFunctionSummary() 325 findRefEdges(Index, U, RefEdges, Visited); in computeFunctionSummary() 329 findRefEdges(Index, &I, RefEdges, Visited); in computeFunctionSummary() 431 findRefEdges(Index, I, Edges, Cache); in computeFunctionSummary() 610 bool HasBlockAddress = findRefEdges(Index, &V, RefEdges, Visited); in computeVariableSummary()
|