Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp47 struct PPCCTRLoopsVerify : public MachineFunctionPass { struct
51 PPCCTRLoopsVerify() : MachineFunctionPass(ID) { in PPCCTRLoopsVerify() function
66 char PPCCTRLoopsVerify::ID = 0;
69 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
72 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify", in INITIALIZE_PASS_DEPENDENCY()
76 return new PPCCTRLoopsVerify(); in INITIALIZE_PASS_DEPENDENCY()
160 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile1629 SRCS_MIN+= Target/PowerPC/PPCCTRLoopsVerify.cpp