Home
last modified time | relevance | path

Searched refs:TyIds (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp850 int MachineFunction::getFilterIDFor(ArrayRef<unsigned> TyIds) { in getFilterIDFor() argument
855 unsigned j = TyIds.size(); in getFilterIDFor()
858 if (FilterIds[--i] != TyIds[--j]) in getFilterIDFor()
870 FilterIds.reserve(FilterIds.size() + TyIds.size() + 1); in getFilterIDFor()
871 llvm::append_range(FilterIds, TyIds); in getFilterIDFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1221 int getFilterIDFor(ArrayRef<unsigned> TyIds);