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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp75 /// makeLoopInvariant - If the given value is an instruciton inside of the
84 bool Loop::makeLoopInvariant(Value *V, bool &Changed, function in class:Loop
87 return makeLoopInvariant(I, Changed, InsertPt);
91 /// makeLoopInvariant - If the given instruction is inside of the
100 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, function in class:Loop
122 if (!makeLoopInvariant(I->getOperand(i), Changed, InsertPt))

Completed in 304 milliseconds