Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp195 SmallPtrSetImpl<MachineInstr*> &LocalMIs);
197 SmallPtrSetImpl<MachineInstr *> &LocalMIs);
201 SmallPtrSetImpl<MachineInstr *> &LocalMIs);
462 SmallPtrSetImpl<MachineInstr*> &LocalMIs) { in INITIALIZE_PASS_DEPENDENCY()
540 if (!LocalMIs.count(UseMI)) in INITIALIZE_PASS_DEPENDENCY()
632 SmallPtrSetImpl<MachineInstr *> &LocalMIs) { in optimizeSelect() argument
641 if (!TII->optimizeSelect(MI, LocalMIs)) in optimizeSelect()
1275 MachineInstr &MI, SmallPtrSetImpl<MachineInstr *> &LocalMIs) { in optimizeUncoalescableCopy() argument
1304 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
1619 SmallPtrSet<MachineInstr*, 16> LocalMIs; in runOnMachineFunction() local
[all …]