Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp833 MutatableInsnSet MutatableInsns; member in __anon0a286f430111::RuleMatcher
874 : Matchers(), Actions(), InsnVariableIDs(), MutatableInsns(), in RuleMatcher()
907 return MutatableInsns.begin(); in mutatable_insns_begin()
910 return MutatableInsns.end(); in mutatable_insns_end()
917 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
3187 MutatableInsns.insert(Matchers.back().get()); in addInstructionMatcher()