Home
last modified time | relevance | path

Searched refs:ActiveRules (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,
704 std::vector<std::unique_ptr<CombineRule>> &ActiveRules, in gatherRules() argument
713 ActiveRules.emplace_back(std::move(Rule)); in gatherRules()
716 gatherRules(ActiveRules, R->getValueAsListOfDefs("Rules")); in gatherRules()