Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h276 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp771 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos, in hoistIVInc() function in SCEVExpander
1632 if (!hoistIVInc(OrigInc, IsomorphicInc, in replaceCongruentIVInc()
H A DSimplifyIndVar.cpp1944 Rewriter.hoistIVInc(WideInc, DU.NarrowUse, NeedToRecomputeFlags); in widenIVUse()