Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp601 void gatherRules(std::vector<std::unique_ptr<CombineRule>> &ActiveRules,
703 void GICombinerEmitter::gatherRules( in gatherRules() function in __anon31f3a7ff0111::GICombinerEmitter
716 gatherRules(ActiveRules, R->getValueAsListOfDefs("Rules")); in gatherRules()
850 gatherRules(Rules, Combiner->getValueAsListOfDefs("Rules")); in run()