Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp194 SmallPtrSetImpl<MachineInstr*> &LocalMIs);
196 SmallPtrSetImpl<MachineInstr *> &LocalMIs);
200 SmallPtrSetImpl<MachineInstr *> &LocalMIs);
505 SmallPtrSetImpl<MachineInstr*> &LocalMIs) { in INITIALIZE_PASS_DEPENDENCY()
583 if (!LocalMIs.count(UseMI)) in INITIALIZE_PASS_DEPENDENCY()
689 SmallPtrSetImpl<MachineInstr *> &LocalMIs) { in optimizeSelect() argument
698 if (!TII->optimizeSelect(MI, LocalMIs)) in optimizeSelect()
1331 MachineInstr &MI, SmallPtrSetImpl<MachineInstr *> &LocalMIs) { in optimizeUncoalescableCopy() argument
1360 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
1688 SmallPtrSet<MachineInstr*, 16> LocalMIs; in runOnMachineFunction() local
[all …]