Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Passes/PassBuilder.cpp
//===- Parsing and selection of pass pipelines ----------------------------===// | //===- Parsing and selection of pass pipelines ----------------------------===// | ||||
Lint: Lint: clang-format not found in user’s local PATH; not linting file. | |||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
/// \file | /// \file | ||||
▲ Show 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | |||||
#include "llvm/Analysis/RegionInfo.h" | #include "llvm/Analysis/RegionInfo.h" | ||||
#include "llvm/Analysis/ScalarEvolution.h" | #include "llvm/Analysis/ScalarEvolution.h" | ||||
#include "llvm/Analysis/ScalarEvolutionAliasAnalysis.h" | #include "llvm/Analysis/ScalarEvolutionAliasAnalysis.h" | ||||
#include "llvm/Analysis/ScopedNoAliasAA.h" | #include "llvm/Analysis/ScopedNoAliasAA.h" | ||||
#include "llvm/Analysis/StackLifetime.h" | #include "llvm/Analysis/StackLifetime.h" | ||||
#include "llvm/Analysis/StackSafetyAnalysis.h" | #include "llvm/Analysis/StackSafetyAnalysis.h" | ||||
#include "llvm/Analysis/TargetLibraryInfo.h" | #include "llvm/Analysis/TargetLibraryInfo.h" | ||||
#include "llvm/Analysis/TargetTransformInfo.h" | #include "llvm/Analysis/TargetTransformInfo.h" | ||||
#include "llvm/Analysis/TBAAPrinter.h" | |||||
#include "llvm/Analysis/TypeBasedAliasAnalysis.h" | #include "llvm/Analysis/TypeBasedAliasAnalysis.h" | ||||
#include "llvm/IR/Dominators.h" | #include "llvm/IR/Dominators.h" | ||||
#include "llvm/IR/IRPrintingPasses.h" | #include "llvm/IR/IRPrintingPasses.h" | ||||
#include "llvm/IR/PassManager.h" | #include "llvm/IR/PassManager.h" | ||||
#include "llvm/IR/PrintPasses.h" | #include "llvm/IR/PrintPasses.h" | ||||
#include "llvm/IR/SafepointIRVerifier.h" | #include "llvm/IR/SafepointIRVerifier.h" | ||||
#include "llvm/IR/Verifier.h" | #include "llvm/IR/Verifier.h" | ||||
#include "llvm/Support/CommandLine.h" | #include "llvm/Support/CommandLine.h" | ||||
▲ Show 20 Lines • Show All 1,775 Lines • Show Last 20 Lines |
clang-format not found in user’s local PATH; not linting file.