Searched refs:IVIncInsertPos (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 91 Instruction *IVIncInsertPos; variable 164 IVIncInsertLoop(nullptr), IVIncInsertPos(nullptr), CanonicalMode(true), 317 IVIncInsertPos = Pos;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1973 Instruction *IVIncInsertPos = nullptr; member in __anon926e14ea0a11::LSRInstance 2435 IVIncInsertPos = LatchBlock->getTerminator(); in OptimizeLoopTermCond() 2559 IVIncInsertPos = L->getLoopLatch()->getTerminator(); in OptimizeLoopTermCond() 2561 IVIncInsertPos = DT.findNearestCommonDominator(IVIncInsertPos, Inst); in OptimizeLoopTermCond() 5341 Inputs.push_back(IVIncInsertPos); in AdjustInsertPositionForExpand() 5738 const LSRUse &LU, Instruction *IVIncInsertPos, in canHoistIVInc() argument 5747 if (IVIncInsertPos->getParent() == LHeader) in canHoistIVInc() 5782 canHoistIVInc(TTI, Fixup, Uses[LUIdx], IVIncInsertPos, L) in ImplementSolution() 5784 : IVIncInsertPos; in ImplementSolution() 5836 if (BO->getParent() == IVIncInsertPos->getParent()) in ImplementSolution() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 636 if (!SE.DT.dominates(OInst, IVIncInsertPos)) in isNormalAddRecExprPHI() 877 assert((!IVIncInsertLoop || IVIncInsertPos) && in getAddRecExprPHILiterally() 1031 IVIncInsertPos : Pred->getTerminator(); in getAddRecExprPHILiterally()
|