Home
last modified time | relevance | path

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

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