Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3710 static std::vector<Matcher *> optimizeRules(
5492 std::vector<Matcher *> GlobalISelEmitter::optimizeRules( in optimizeRules() function in __anon612774070111::GlobalISelEmitter
5572 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5577 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5604 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
5606 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()