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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp301 struct BPFMIPreEmitPeephole : public MachineFunctionPass { struct in namespace:__anon4080
307 BPFMIPreEmitPeephole() : MachineFunctionPass(ID) { function in struct:__anon4080::BPFMIPreEmitPeephole
331 void BPFMIPreEmitPeephole::initialize(MachineFunction &MFParm) {
337 bool BPFMIPreEmitPeephole::eliminateRedundantMov(void) {
380 INITIALIZE_PASS(BPFMIPreEmitPeephole, "bpf-mi-pemit-peephole",
383 char BPFMIPreEmitPeephole::ID = 0;
386 return new BPFMIPreEmitPeephole();

Completed in 68 milliseconds