Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3082 static std::vector<Matcher *> optimizeRules(
4113 std::vector<Matcher *> GlobalISelEmitter::optimizeRules( in optimizeRules() function in __anon7e76e5f80111::GlobalISelEmitter
4196 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
4201 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
4228 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
4230 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()