Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp150 bool hasHardUserWithinLoop(const Loop *L, const Instruction *I) const;
531 bool IndVarSimplify::hasHardUserWithinLoop(const Loop *L, const Instruction *I) const { in hasHardUserWithinLoop() function in IndVarSimplify
628 if (!isa<SCEVConstant>(ExitValue) && hasHardUserWithinLoop(L, Inst)) in rewriteLoopExitValues()