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

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

Completed in 67 milliseconds