HomeSort by relevance Sort by last modified time
    Searched refs:PassInfoMixin (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/unittests/IR/
PassManagerTest.cpp 77 struct TestModulePass : PassInfoMixin<TestModulePass> {
88 struct TestPreservingModulePass : PassInfoMixin<TestPreservingModulePass> {
95 : PassInfoMixin<TestMinPreservingModulePass> {
107 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> {
147 : PassInfoMixin<TestInvalidationFunctionPass> {
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 68 : public PassInfoMixin<ModuleToPostOrderCGSCCPassAdaptor<CGSCCPassT>> {
166 : public PassInfoMixin<CGSCCToFunctionPassAdaptor<FunctionPassT>> {
BlockFrequencyInfo.h 100 : public PassInfoMixin<BlockFrequencyPrinterPass> {
LoopPassManager.h 63 : public PassInfoMixin<FunctionToLoopPassAdaptor<LoopPassT>> {
  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 34 : public PassInfoMixin<DeadArgumentEliminationPass> {
LowerTypeTests.h 206 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {
  /external/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 40 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Verifier.h 137 class VerifierPass : public PassInfoMixin<VerifierPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 40 : public PassInfoMixin<DeadArgumentEliminationPass> {
FunctionImport.h 76 class FunctionImportPass : public PassInfoMixin<FunctionImportPass> {
LowerTypeTests.h 199 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 103 class NaryReassociatePass : public PassInfoMixin<NaryReassociatePass> {
LoopPassManager.h 89 : PassInfoMixin<
265 : public PassInfoMixin<FunctionToLoopPassAdaptor<LoopPassT>> {
393 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
GVN.h 68 class GVN : public PassInfoMixin<GVN> {
296 struct GVNHoistPass : PassInfoMixin<GVNHoistPass> {
303 struct GVNSinkPass : PassInfoMixin<GVNSinkPass> {
ConstantHoisting.h 109 class ConstantHoistingPass : public PassInfoMixin<ConstantHoistingPass> {
Reassociate.h 72 class ReassociatePass : public PassInfoMixin<ReassociatePass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 121 class RewriteSymbolPass : public PassInfoMixin<RewriteSymbolPass> {
  /external/llvm/include/llvm/IR/
PassManager.h 180 template <typename DerivedT> struct PassInfoMixin {
194 /// automatically mixes in \c PassInfoMixin and adds informational APIs
197 struct AnalysisInfoMixin : PassInfoMixin<DerivedT> {
226 class PassManager : public PassInfoMixin<PassManager<IRUnitT>> {
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 95 class ConstantHoistingPass : public PassInfoMixin<ConstantHoistingPass> {
Reassociate.h 58 class ReassociatePass : public PassInfoMixin<ReassociatePass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AssumptionCache.h 165 class AssumptionPrinterPass : public PassInfoMixin<AssumptionPrinterPass> {
BlockFrequencyInfo.h 125 : public PassInfoMixin<BlockFrequencyPrinterPass> {
CGSCCPassManager.h 156 : PassInfoMixin<RequireAnalysisPass<AnalysisT, LazyCallGraph::SCC,
316 : public PassInfoMixin<ModuleToPostOrderCGSCCPassAdaptor<CGSCCPassT>> {
568 : public PassInfoMixin<CGSCCToFunctionPassAdaptor<FunctionPassT>> {
683 : public PassInfoMixin<DevirtSCCRepeatedPass<PassT>> {
    [all...]
ProfileSummaryInfo.h 163 : public PassInfoMixin<ProfileSummaryPrinterPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 59 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> {

Completed in 1554 milliseconds

1 2 3 4 5 67 8 9