Searched refs:LocalMIs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp118 SmallPtrSet<MachineInstr*, 8> &LocalMIs);
149 SmallPtrSet<MachineInstr*, 8> &LocalMIs) {
232 if (!LocalMIs.count(UseMI))
495 SmallPtrSet<MachineInstr*, 8> LocalMIs; local
503 LocalMIs.clear();
513 LocalMIs.insert(MI);
530 LocalMIs.erase(MI);
538 Changed |= optimizeExtInstr(MI, MBB, LocalMIs);
558 // Update LocalMIs since we replaced MI with FoldMI and deleted DefMI.
561 LocalMIs
148 optimizeExtInstr(MachineInstr *MI, MachineBasicBlock *MBB, SmallPtrSet<MachineInstr*, 8> &LocalMIs) argument
[all...]

Completed in 49 milliseconds