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.cpp857 MachineInstr *PreviouslyEmitted = EmittedInsns.lookup(InsertIntoBB); in applyCombineExtendingLoads() local
858 if (PreviouslyEmitted) { in applyCombineExtendingLoads()
860 UseMO.setReg(PreviouslyEmitted->getOperand(0).getReg()); in applyCombineExtendingLoads()