def all_insn_inames(self): """Return a mapping from instruction ids to inames inside which they should be run. """ from loopy.kernel.tools import find_all_insn_inames return find_all_insn_inames(self)