Searched defs:LICM (Results 1 – 4 of 4) sorted by relevance
67 struct LICM : public LoopPass { struct68 static char ID; // Pass identification, replacement for typeid69 LICM() : LoopPass(ID) { in LICM() function78 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()89 bool doFinalization() { in doFinalization()95 AliasAnalysis *AA; // Current AliasAnalysis information96 LoopInfo *LI; // Current LoopInfo97 DominatorTree *DT; // Dominator Tree for the current Loop.100 bool Changed; // Set to true when we change anything.101 BasicBlock *Preheader; // The preheader block of the current loop...[all …]
36 LICM = 3, enumerator
161 LoopInvariantCodeMotion LICM; member188 LoopInvariantCodeMotion LICM; in run() local
191 LoopInvariantCodeMotion LICM; member218 LoopInvariantCodeMotion LICM; in run() local