Searched defs:PSI (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h89 ProfileSummaryInfo *PSI; member in struct:llvm::Inliner
/external/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h66 std::unique_ptr<ProfileSummaryInfo> PSI; member in class:llvm::ProfileSummaryInfoWrapperPass
/external/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp129 if (!PSI)
130 PSI.reset(new ProfileSummaryInfo(M));
131 return PSI.get();
152 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); local
157 if (PSI.isHotFunction(&F))
159 else if (PSI.isColdFunction(&F))
H A DInlineCost.cpp82 ProfileSummaryInfo *PSI; member in class:__anon13830::CallAnalyzer
207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold,
209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg),
639 PSI->isHotCount(TotalWeight))
646 PSI->isHotFunction(&Callee) ||
651 bool ColdCallee = PSI->isColdFunction(&Callee);
960 CallAnalyzer CA(TTI, ACT, PSI, *F, InlineConstants::IndirectCallThreshold,
1450 ProfileSummaryInfo *PSI) {
1452 ACT, PSI);
206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI, Function &Callee, int Threshold, CallSite CSArg) argument
1447 getInlineCost(CallSite CS, int DefaultThreshold, TargetTransformInfo &CalleeTTI, AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI) argument
1468 getInlineCost(CallSite CS, Function *Callee, int DefaultThreshold, TargetTransformInfo &CalleeTTI, AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI) argument
[all...]

Completed in 340 milliseconds