Searched refs:InlineHistory (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp119 int InlineHistory, bool InsertLifetime,
166 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC.
386 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) {
388 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
390 if (InlineHistory[InlineHistoryID].first == F)
392 InlineHistoryID = InlineHistory[InlineHistoryID].second;
418 // index into the InlineHistory vector.
419 SmallVector<std::pair<Function*, int>, 8> InlineHistory; local
497 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
517 int NewHistoryID = InlineHistory
117 InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, const DataLayout *TD) argument
385 InlineHistoryIncludes(Function *F, int InlineHistoryID, const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) argument
[all...]

Completed in 99 milliseconds