HomeSort by relevance Sort by last modified time
    Searched refs:PPCCTRLoopsVerify (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 121 struct PPCCTRLoopsVerify : public MachineFunctionPass {
125 PPCCTRLoopsVerify() : MachineFunctionPass(ID) {
140 char PPCCTRLoopsVerify::ID = 0;
157 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
160 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
164 return new PPCCTRLoopsVerify();
705 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 141 struct PPCCTRLoopsVerify : public MachineFunctionPass {
145 PPCCTRLoopsVerify() : MachineFunctionPass(ID) {
160 char PPCCTRLoopsVerify::ID = 0;
175 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
178 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
182 return new PPCCTRLoopsVerify();
776 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) {

Completed in 616 milliseconds