Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp75 struct PPCCTRLoops : public FunctionPass { struct
78 static int Counter;
82 static char ID;
84 PPCCTRLoops() : FunctionPass(ID), TM(nullptr) { in PPCCTRLoops() argument
87 PPCCTRLoops(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCCTRLoops() argument
93 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
106 PPCTargetMachine *TM;
107 LoopInfo *LI;
108 ScalarEvolution *SE;
109 const DataLayout *DL;
[all …]