Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h485 MutatableInsnSet MutatableInsns; variable
615 return MutatableInsns.begin(); in mutatable_insns_begin()
618 return MutatableInsns.end(); in mutatable_insns_end()
625 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
H A DGlobalISelMatchTable.cpp833 MutatableInsns.insert(Matchers.back().get()); in addInstructionMatcher()