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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopInfo.cpp68 /// makeLoopInvariant - If the given value is an instruciton inside of the
77 bool Loop::makeLoopInvariant(Value *V, bool &Changed, function in class:Loop
80 return makeLoopInvariant(I, Changed, InsertPt);
84 /// makeLoopInvariant - If the given instruction is inside of the
93 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed, function in class:Loop
115 if (!makeLoopInvariant(I->getOperand(i), Changed, InsertPt))

Completed in 94 milliseconds