Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2085 auto PPSI = MAMProxy.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run() local
2087 if (!PPSI || !PPSI->hasProfileSummary()) in run()
2089 auto &PSI = *PPSI; in run()