Home
last modified time | relevance | path

Searched defs:BPFMIPeephole (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp44 struct BPFMIPeephole : public MachineFunctionPass { struct
46 static char ID;
47 const BPFInstrInfo *TII;
48 MachineFunction *MF;
49 MachineRegisterInfo *MRI;
51 BPFMIPeephole() : MachineFunctionPass(ID) { in BPFMIPeephole() argument
66 std::set<MachineInstr *> PhiInsns;
71 bool runOnMachineFunction(MachineFunction &MF) override { in runOnMachineFunction()