Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h48 SmallVector<RewriteInfo, 4> Rewrites; variable
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp465 Rewriter Rewrites(SM, LangOptions()); in includeFixerMain() local
467 if (!tooling::applyAllReplacements(Replacement, Rewrites)) { in includeFixerMain()
472 return Rewrites.overwriteChangedFiles(); in includeFixerMain()
/llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/
H A Drewrite.pdll50 // Test that anonymous Rewrites are uniquely named.
H A Drewrite-failure.pdll150 // Native Rewrites
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-trailing-return-type.rst6 Rewrites function signatures to use a trailing return type
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md1234 be defined in Patterns, other Constraints, Rewrites, etc:
1369 ##### Rewrites with multiple results
1371 Rewrites can return multiple results by returning a tuple of values. When
1431 Rewrites also support a lambda-like syntax for specifying simple single line
1446 ##### Importing existing Native Rewrites
1448 Rewrites defined externally can be imported into PDLL by specifying a
1478 ##### Defining Native Rewrites in PDLL
1580 #### Defining Rewrites Inline
1582 In addition to global scope, PDLL Rewrites and Native Rewrites defined in PDLL
1584 defined in Patterns, other Rewrites, etc:
[all …]
H A DPassManagement.md12 See [MLIR Rewrites](Tutorials/QuickstartRewrites.md) for a quick start on graph
/llvm-project-15.0.7/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.cpp6624 int Rewrites = rewriteLoopExitValues(L, &LI, &TLI, &SE, &TTI, Rewriter, &DT, in ReduceLoopStrength() local
6626 if (Rewrites) { in ReduceLoopStrength()
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst910 Rewrites switch instructions with a sequence of branches, which allows targets