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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp384 bool findRootsRecursive(Instruction *IVU,
386 bool findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts);
634 /// Return true if IVU is a "simple" arithmetic operation.
637 static bool isSimpleArithmeticOp(User *IVU) { argument
638 if (Instruction *I = dyn_cast<Instruction>(IVU)) {
778 findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts) { argument
782 if (IVU->getOpcode() != Instruction::Mul &&
783 IVU->getOpcode() != Instruction::PHI)
787 if (!collectPossibleRoots(IVU, V))
790 // If we didn't get a root for index zero, then IVU mus
[all...]

Completed in 43 milliseconds