Home
last modified time | relevance | path

Searched defs:passes (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/docs/
H A DWritingAnLLVMPass.rst465 writing-an-llvm-pass-getAnalysisUsageSpecifying interactions between passes global() argument
467 The ``getAnalysisUsage`` methodSpecifying interactions between passes global() argument
481 The ``AnalysisUsage::addRequired<>`` and ``AnalysisUsage::addRequiredTransitive<>`` methodsSpecifying interactions between passes global() argument
498 The ``AnalysisUsage::addPreserved<>`` methodSpecifying interactions between passes global() argument
522 Example implementations of ``getAnalysisUsage``Specifying interactions between passes global() argument
535 The ``getAnalysis<>`` and ``getAnalysisIfAvailable<>`` methodsSpecifying interactions between passes global() argument
932 Setting a breakpoint in your passUsing GDB with dynamically loaded passes global() argument
970 Miscellaneous ProblemsUsing GDB with dynamically loaded passes global() argument
[all...]
H A DJITLink.rst554 .. _passes: global() target in Generic Link Algorithm
[all...]
H A DAliasAnalysis.rst643 .. _the clients:
/llvm-project/llvm/test/TableGen/
H A DJSON-check.py14 passes = 0 variable
/llvm-project/mlir/tools/mlir-tblgen/
H A DPassGen.cpp32 /// Extract the list of passes from the TableGen records. in getPasses() local
142 /// Emit the code for registering each of the given passes with the global in emitRegistrations() argument
454 std::vector<Pass> passes = getPasses(recordKeeper); emitPasses() local
[all...]
H A DPassDocGen.cpp64 // Collect the registered passes, sorted by argument name. in emitDocs() local
/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp213 iterator_range<PassManager::pass_iterator> passes, Operation *op, in initialize() argument
327 iterator_range<PassManager::pass_iterator> passes, Operation *op) { in prepareReproducerFor() argument
450 const llvm::iterator_range<OpPassManager::pass_iterator> &passes, in makeReproducer() argument
[all...]
H A DPassStatistics.cpp195 auto passes = getPasses(), otherPasses = other.getPasses(); in mergeStatisticsInto() local
H A DPass.cpp188 std::vector<std::unique_ptr<Pass>> passes; global() member
395 printAsTextualPipeline(raw_ostream & os,StringRef anchorName,const llvm::iterator_range<OpPassManager::pass_iterator> & passes) printAsTextualPipeline() argument
[all...]
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp10 int passes{0}; variable
/llvm-project/lld/ELF/
H A DTarget.h99 finalizeRelax(int passes) finalizeRelax() argument
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp414 const auto &passes = pm.getPasses(); performActions() local