Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp199 struct BPFMIPreEmitPeephole : public MachineFunctionPass { struct
205 BPFMIPreEmitPeephole() : MachineFunctionPass(ID) { in BPFMIPreEmitPeephole() function
229 void BPFMIPreEmitPeephole::initialize(MachineFunction &MFParm) { in initialize()
235 bool BPFMIPreEmitPeephole::eliminateRedundantMov(void) { in eliminateRedundantMov()
277 INITIALIZE_PASS(BPFMIPreEmitPeephole, "bpf-mi-pemit-peephole",
280 char BPFMIPreEmitPeephole::ID = 0;
283 return new BPFMIPreEmitPeephole(); in createBPFMIPreEmitPeepholePass()