Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp39 struct BPFMIPeephole : public MachineFunctionPass { struct
41 static char ID;
42 const BPFInstrInfo *TII;
43 MachineFunction *MF;
44 MachineRegisterInfo *MRI;
46 BPFMIPeephole() : MachineFunctionPass(ID) { in BPFMIPeephole() argument
60 bool runOnMachineFunction(MachineFunction &MF) override { in runOnMachineFunction()