Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h46 FunctionPass *createPPCMIPeepholePass();
H A DPPCTargetMachine.cpp550 addPass(createPPCMIPeepholePass()); in addMachineSSAOptimization()
H A DPPCMIPeephole.cpp2047 llvm::createPPCMIPeepholePass() { return new PPCMIPeephole(); } in createPPCMIPeepholePass() function in llvm