diff --git a/loopy/kernel.py b/loopy/kernel.py index c3d15a5b7c4909b4fafb3567ac09687ccbffb153..051b57fec954b1ece1c30f8c9296ac503a880fde 100644 --- a/loopy/kernel.py +++ b/loopy/kernel.py @@ -783,6 +783,10 @@ class LoopKernel(Record): @memoize_method def all_insn_inames(self): + """Return a mapping from instruction ids to inames inside which + they should be run. + """ + return find_all_insn_inames( self.instructions, self.all_inames(), writer_map=self.writer_map(),