Searched refs:MatcherStorage (Results 1 – 1 of 1) sorted by relevance
690 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon0a286f430111::GroupMatcher770 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon0a286f430111::SwitchMatcher3661 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);5415 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument5436 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()5494 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local5496 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()5501 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()5528 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()5530 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()