Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp41 unsigned Var = Rewrites.size(); in AddVariable()
45 Rewrites.push_back(RI); in AddVariable()
52 assert(Var < Rewrites.size() && "Variable not found!"); in AddAvailableValue()
56 Rewrites[Var].Defines[BB] = V; in AddAvailableValue()
62 assert(Var < Rewrites.size() && "Variable not found!"); in AddUse()
65 Rewrites[Var].Uses.push_back(U); in AddUse()
124 for (auto &R : Rewrites) { in RewriteAllUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h48 SmallVector<RewriteInfo, 4> Rewrites; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1940 if (int Rewrites = rewriteLoopExitValues(L, LI, TLI, SE, TTI, Rewriter, DT, in run() local
1942 NumReplaced += Rewrites; in run()
H A DLoopStrengthReduce.cpp7294 int Rewrites = rewriteLoopExitValues(L, &LI, &TLI, &SE, &TTI, Rewriter, &DT, in ReduceLoopStrength() local
7297 if (Rewrites) { in ReduceLoopStrength()