Searched refs:BPFMIPeephole (Results 1 – 2 of 2) sorted by relevance
39 struct BPFMIPeephole : public MachineFunctionPass { struct46 BPFMIPeephole() : MachineFunctionPass(ID) { in BPFMIPeephole() function71 void BPFMIPeephole::initialize(MachineFunction &MFParm) { in initialize()78 bool BPFMIPeephole::isMovFrom32Def(MachineInstr *MovMI) in isMovFrom32Def()119 bool BPFMIPeephole::eliminateZExtSeq(void) { in eliminateZExtSeq()189 INITIALIZE_PASS(BPFMIPeephole, DEBUG_TYPE,192 char BPFMIPeephole::ID = 0;193 FunctionPass* llvm::createBPFMIPeepholePass() { return new BPFMIPeephole(); } in createBPFMIPeepholePass()
26 BPFMIPeephole.cpp