Searched defs:passes (Results 1 – 12 of 12) sorted by relevance
465 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...]
554 .. _passes: global() target in Generic Link Algorithm [all...]
643 .. _the clients:
14 passes = 0 variable
32 /// 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...]
64 // Collect the registered passes, sorted by argument name. in emitDocs() local
213 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...]
195 auto passes = getPasses(), otherPasses = other.getPasses(); in mergeStatisticsInto() local
188 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...]
10 int passes{0}; variable
99 finalizeRelax(int passes) finalizeRelax() argument
414 const auto &passes = pm.getPasses(); performActions() local