reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; 46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; 107 const std::vector<int> &TypeIds = LPI->TypeIds; 117 unsigned SizePrevIds = PrevLPI->TypeIds.size(); 365 return L->TypeIds < R->TypeIds; 365 return L->TypeIds < R->TypeIds;lib/CodeGen/MachineFunction.cpp
703 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); 712 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); 755 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) 755 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) 756 LandingPad.TypeIds.clear(); 763 LP.TypeIds.push_back(0);