HomeSort by: relevance | last modified time | path
    Searched refs:IVIncInsertPos (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 96 /// be inserted with increments at IVIncInsertPos.
101 Instruction *IVIncInsertPos;
174 IVIncInsertLoop(nullptr), IVIncInsertPos(nullptr), CanonicalMode(true),
308 IVIncInsertPos = Pos;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1928 Instruction *IVIncInsertPos = nullptr;
2385 IVIncInsertPos = LatchBlock->getTerminator();
2509 IVIncInsertPos = L->getLoopLatch()->getTerminator();
2512 DT.findNearestCommonDominator(IVIncInsertPos->getParent(),
2515 IVIncInsertPos = Inst;
2516 else if (BB != IVIncInsertPos->getParent())
2517 IVIncInsertPos = BB->getTerminator();
5152 Inputs.push_back(IVIncInsertPos);
5543 Rewriter.setIVIncInsertPos(L, IVIncInsertPos);
5599 if (BO->getParent() == IVIncInsertPos->getParent()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 951 if (!SE.DT.dominates(OInst, IVIncInsertPos))
1093 /// Typically this is the LatchBlock terminator or IVIncInsertPos, but we may
1205 assert((!IVIncInsertLoop||IVIncInsertPos) && "Uninitialized insert position");
1254 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos))
1286 hoistBeforePos(&SE.DT, IncV, IVIncInsertPos, AddRecPhiMatch);
1364 // instructions at IVIncInsertPos.
1366 IVIncInsertPos : Pred->getTerminator();
1472 // or dominated by IVIncInsertPos.
1479 // block. Adjusting IVIncInsertPos before expansion begins cannot handle

Completed in 23 milliseconds