Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp227 SmallVector<InsertionPoint, 4> ScheduleForInsert; in tryCombineExtendingLoads() local
279 ScheduleForInsert.emplace_back(&UseMO, InsertIntoBB, InsertBefore); in tryCombineExtendingLoads()
297 ScheduleForInsert.emplace_back(&UseMO, InsertIntoBB, InsertBefore); in tryCombineExtendingLoads()
302 for (auto &InsertionInfo : ScheduleForInsert) { in tryCombineExtendingLoads()