Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp791 MachineInstr *PreviouslyEmitted = EmittedInsns.lookup(InsertIntoBB); in applyCombineExtendingLoads() local
792 if (PreviouslyEmitted) { in applyCombineExtendingLoads()
794 UseMO.setReg(PreviouslyEmitted->getOperand(0).getReg()); in applyCombineExtendingLoads()