Lines Matching defs:PPCCTRLoops
75 struct PPCCTRLoops : public FunctionPass { struct
78 static int Counter;
82 static char ID;
84 PPCCTRLoops() : FunctionPass(ID), TM(nullptr) { in PPCCTRLoops() function
87 PPCCTRLoops(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCCTRLoops() function
93 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
106 PPCTargetMachine *TM;
107 LoopInfo *LI;
108 ScalarEvolution *SE;
109 const DataLayout *DL;
110 DominatorTree *DT;
111 const TargetLibraryInfo *LibInfo;
112 bool PreserveLCSSA;