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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 320 /// getFilterIDFor - Return the id of the filter encoded by TyIds. This is
322 int getFilterIDFor(std::vector<unsigned> &TyIds);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 447 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
519 /// getFilterIDFor - Return the filter id for the specified typeinfos. This is
521 int MachineModuleInfo::getFilterIDFor(std::vector<unsigned> &TyIds) {

Completed in 543 milliseconds