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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 518 int NewHistoryID = InlineHistory.size();
522 CallSites.push_back(std::make_pair(CallSite(Ptr), NewHistoryID));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 451 int NewHistoryID = InlineHistory.size();
457 CallSites.push_back(std::make_pair(CallSite(Ptr), NewHistoryID));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
Inliner.cpp 643 int NewHistoryID = InlineHistory.size();
647 CallSites.push_back(std::make_pair(CallSite(Ptr), NewHistoryID));
    [all...]

Completed in 270 milliseconds