Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h72 ProfileSummaryInfo *getPSI(Module &M);
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() function in ProfileSummaryInfoWrapperPass
/external/llvm/lib/Transforms/IPO/
DInliner.cpp379 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(CG.getModule()); in inlineCalls()