Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h490 MutatableInsnSet MutatableInsns; variable
628 return MutatableInsns.begin(); in mutatable_insns_begin()
631 return MutatableInsns.end(); in mutatable_insns_end()
638 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
H A DGlobalISelMatchTable.cpp861 MutatableInsns.insert(Matchers.back().get()); in addInstructionMatcher()