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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 358 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID,
360 while (InlineHistoryID != -1) {
361 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
363 if (InlineHistory[InlineHistoryID].first == F)
365 InlineHistoryID = InlineHistory[InlineHistoryID].second;
477 int InlineHistoryID = CallSites[CSi].second;
478 if (InlineHistoryID != -1 &&
479 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
499 InlineHistoryID, InsertLifetime))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 317 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID,
319 while (InlineHistoryID != -1) {
320 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
322 if (InlineHistory[InlineHistoryID].first == F)
324 InlineHistoryID = InlineHistory[InlineHistoryID].second;
429 int InlineHistoryID = CallSites[CSi].second;
430 if (InlineHistoryID != -1 &&
431 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
442 InlineHistoryID))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
Inliner.cpp 440 Function *F, int InlineHistoryID,
442 while (InlineHistoryID != -1) {
443 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
445 if (InlineHistory[InlineHistoryID].first == F)
447 InlineHistoryID = InlineHistory[InlineHistoryID].second;
567 int InlineHistoryID;
574 InlineHistoryID = CallSites[CSi].second;
575 if (InlineHistoryID != -1 &&
576 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)
    [all...]

Completed in 188 milliseconds