Searched defs:PPCCTRLoops (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp1 //===-- PPCCTRLoops.cpp - Identify and generate CTR loops -----------------===//
78 struct PPCCTRLoops : public FunctionPass { struct in namespace:__anon26082
87 PPCCTRLoops() : FunctionPass(ID), TM(nullptr) { function in struct:__anon26082::PPCCTRLoops
90 PPCCTRLoops(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { function in struct:__anon26082::PPCCTRLoops
117 char PPCCTRLoops::ID = 0;
119 int PPCCTRLoops::Counter = 0;
146 INITIALIZE_PASS_BEGIN(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
151 INITIALIZE_PASS_END(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
155 return new PPCCTRLoops(TM);
170 bool PPCCTRLoops
[all...]

Completed in 117 milliseconds