Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp251 using MemOpMap = DenseMap<MemOpKey, SmallVector<MachineInstr *, 16>>; typedef in __anon7703febc0211::OptimizeLEAPass
281 void findLEAs(const MachineBasicBlock &MBB, MemOpMap &LEAs);
284 bool removeRedundantAddrCalc(MemOpMap &LEAs);
293 bool removeRedundantLEAs(MemOpMap &LEAs);
471 void OptimizeLEAPass::findLEAs(const MachineBasicBlock &MBB, MemOpMap &LEAs) { in findLEAs()
489 bool OptimizeLEAPass::removeRedundantAddrCalc(MemOpMap &LEAs) { in removeRedundantAddrCalc()
590 bool OptimizeLEAPass::removeRedundantLEAs(MemOpMap &LEAs) { in removeRedundantLEAs()
689 MemOpMap LEAs; in runOnMachineFunction()