Home
last modified time | relevance | path

Searched defs:PSI (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h89 ProfileSummaryInfo *PSI; member
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h66 std::unique_ptr<ProfileSummaryInfo> PSI; variable
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp152 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); in run() local
DInlineCost.cpp82 ProfileSummaryInfo *PSI; member in __anonca18d25c0111::CallAnalyzer
207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold, in CallAnalyzer()
1450 ProfileSummaryInfo *PSI) { in getInlineCost()
1472 ProfileSummaryInfo *PSI) { in getInlineCost()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp351 for (ExplodedNodeSet::iterator PSI = Dst.begin(), PSE = Dst.end(); in processCallExit() local