reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
867 RuleMatcher &operator=(RuleMatcher &&Other) = default; 884 return InsnVariableIDs.begin(); 887 return InsnVariableIDs.end(); 2990 InsnVariableIDs[&Matcher] = NewInsnVarID; 2995 const auto &I = InsnVariableIDs.find(&InsnMatcher); 2996 if (I != InsnVariableIDs.end()) 3021 for (const auto &I : InsnVariableIDs) 3081 if (InsnVariableIDs.size() >= 2) { 3084 for (const auto &Pair : InsnVariableIDs) { 5330 for (auto &Item : InsnVariableIDs) {