Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp760 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo() local
762 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
763 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()