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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp69 /// makeLoopInvariant - If the given value is an instruciton inside of the
78 bool Loop::makeLoopInvariant(Value *V, bool &Changed, function in class:Loop
81 return makeLoopInvariant(I, Changed, InsertPt);
85 /// makeLoopInvariant - If the given instruction is inside of the
94 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, function in class:Loop
116 if (!makeLoopInvariant(I->getOperand(i), Changed, InsertPt))

Completed in 49 milliseconds