HomeSort by relevance Sort by last modified time
    Searched refs:InlineHistory (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 80 int InlineHistory, bool InsertLifetime) {
134 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC.
359 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) {
361 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
363 if (InlineHistory[InlineHistoryID].first == F)
365 InlineHistoryID = InlineHistory[InlineHistoryID].second;
398 // index into the InlineHistory vector.
399 SmallVector<std::pair<Function*, int>, 8> InlineHistory;
479 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
518 int NewHistoryID = InlineHistory.size()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 78 int InlineHistory) {
130 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC.
318 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) {
320 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
322 if (InlineHistory[InlineHistoryID].first == F)
324 InlineHistoryID = InlineHistory[InlineHistoryID].second;
350 // index into the InlineHistory vector.
351 SmallVector<std::pair<Function*, int>, 8> InlineHistory;
431 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
451 int NewHistoryID = InlineHistory.size()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
Inliner.cpp 155 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) {
170 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC.
268 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory,
287 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory);
441 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) {
443 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
445 if (InlineHistory[InlineHistoryID].first == F)
447 InlineHistoryID = InlineHistory[InlineHistoryID].second;
489 // index into the InlineHistory vector.
490 SmallVector<std::pair<Function *, int>, 8> InlineHistory;
    [all...]

Completed in 282 milliseconds