Home
last modified time | relevance | path

Searched refs:IVU (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp409 void findRootsRecursive(Instruction *IVU,
411 bool findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts);
743 static bool isSimpleArithmeticOp(User *IVU) { in isSimpleArithmeticOp() argument
744 if (Instruction *I = dyn_cast<Instruction>(IVU)) { in isSimpleArithmeticOp()
923 findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts) { in findRootsBase() argument
925 const auto *IVU_ADR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(IVU)); in findRootsBase()
930 if (!collectPossibleRoots(IVU, V)) in findRootsBase()
936 SubsumedInsts.insert(IVU); in findRootsBase()
979 for (auto *IVU : IV->users()) { in findRoots() local
980 if (isLoopIncrement(IVU, IV)) in findRoots()
[all …]