Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp593 DenseMap<MachineBasicBlock *, MachineInstr *> EmittedInsns; in applyCombineExtendingLoads() local
597 MachineInstr *PreviouslyEmitted = EmittedInsns.lookup(InsertIntoBB); in applyCombineExtendingLoads()
608 EmittedInsns[InsertIntoBB] = NewMI; in applyCombineExtendingLoads()