Home
last modified time | relevance | path

Searched refs:NonVolatileLoads (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp336 std::vector<const Instruction *> NonVolatileLoads; in computeFunctionSummary() local
376 NonVolatileLoads.push_back(&I); in computeFunctionSummary()
636 AddRefEdges(NonVolatileLoads, LoadRefEdges, Visited); in computeFunctionSummary()