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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.h23 FunctionPass *createBPFMIPeepholePass();
H A DBPFTargetMachine.cpp123 addPass(createBPFMIPeepholePass());
H A DBPFMIPeephole.cpp295 FunctionPass* llvm::createBPFMIPeepholePass() { return new BPFMIPeephole(); } function in class:llvm

Completed in 84 milliseconds