Home
last modified time | relevance | path

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

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