Searched refs:findRefEdges (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 90 static bool findRefEdges(ModuleSummaryIndex &Index, const User *CurUser, in findRefEdges() function 262 findRefEdges(Index, &F, RefEdges, Visited); in computeFunctionSummary() 297 findRefEdges(Index, U, RefEdges, Visited); in computeFunctionSummary() 301 findRefEdges(Index, &I, RefEdges, Visited); in computeFunctionSummary() 398 findRefEdges(Index, I, Edges, Cache); in computeFunctionSummary() 575 bool HasBlockAddress = findRefEdges(Index, &V, RefEdges, Visited); in computeVariableSummary()
|