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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp74 /// makeLoopInvariant - If the given value is an instruciton inside of the
83 bool Loop::makeLoopInvariant(Value *V, bool &Changed, function in class:Loop
86 return makeLoopInvariant(I, Changed, InsertPt);
90 /// makeLoopInvariant - If the given instruction is inside of the
99 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, function in class:Loop
121 if (!makeLoopInvariant(I->getOperand(i), Changed, InsertPt))

Completed in 63 milliseconds