Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp158 MachineBasicBlock *InsertIntoBB; in tryCombineExtendingLoads() member
160 InsertionPoint(MachineOperand *UseMO, MachineBasicBlock *InsertIntoBB, in tryCombineExtendingLoads()
162 : UseMO(UseMO), InsertIntoBB(InsertIntoBB), InsertBefore(InsertBefore) { in tryCombineExtendingLoads()
277 [&](MachineBasicBlock *InsertIntoBB, in tryCombineExtendingLoads()
279 ScheduleForInsert.emplace_back(&UseMO, InsertIntoBB, InsertBefore); in tryCombineExtendingLoads()
295 [&](MachineBasicBlock *InsertIntoBB, in tryCombineExtendingLoads() argument
297 ScheduleForInsert.emplace_back(&UseMO, InsertIntoBB, InsertBefore); in tryCombineExtendingLoads()
304 MachineBasicBlock *InsertIntoBB = InsertionInfo.InsertIntoBB; in tryCombineExtendingLoads() local
307 MachineInstr *PreviouslyEmitted = EmittedInsns.lookup(InsertIntoBB); in tryCombineExtendingLoads()
315 Builder.setInsertPt(*InsertIntoBB, InsertBefore); in tryCombineExtendingLoads()
[all …]