Home
last modified time | relevance | path

Searched refs:PostOrderFunctionAttrsPass (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/Other/
H A Dopt-bisect-new-pass-manager.ll58 ; CHECK-CGSCC-PASS: BISECT: running pass (1) PostOrderFunctionAttrsPass on (f1)
59 ; CHECK-CGSCC-PASS: BISECT: running pass (2) PostOrderFunctionAttrsPass on (f2)
60 ; CHECK-CGSCC-PASS: BISECT: running pass (3) PostOrderFunctionAttrsPass on (f3)
61 ; CHECK-CGSCC-PASS: BISECT: running pass (4) PostOrderFunctionAttrsPass on (f4)
66 ; CHECK-LIMIT-CGSCC-PASS: BISECT: running pass (1) PostOrderFunctionAttrsPass on (f1)
67 ; CHECK-LIMIT-CGSCC-PASS: BISECT: running pass (2) PostOrderFunctionAttrsPass on (f2)
68 ; CHECK-LIMIT-CGSCC-PASS: BISECT: running pass (3) PostOrderFunctionAttrsPass on (f3)
75 ; CHECK-MULTI-PASS: BISECT: running pass (2) PostOrderFunctionAttrsPass on (f1)
77 ; CHECK-MULTI-PASS: BISECT: running pass (4) PostOrderFunctionAttrsPass on (f2)
79 ; CHECK-MULTI-PASS: BISECT: running pass (6) PostOrderFunctionAttrsPass on (f3)
[all …]
H A Dnew-pm-lto-defaults.ll61 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
96 ; CHECK-O23SZ-NEXT: Running pass: PostOrderFunctionAttrsPass on (foo)
H A Dnew-pm-thinlto-prelink-samplepgo-defaults.ll84 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
H A Dnew-pm-thinlto-postlink-pgo-defaults.ll80 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
H A Dnew-pm-thinlto-postlink-samplepgo-defaults.ll89 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
H A Dnew-pm-thinlto-prelink-pgo-defaults.ll103 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
H A Dnew-pm-thinlto-defaults.ll106 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
H A Dnew-pm-defaults.ll141 ; CHECK-O-NEXT: Running pass: PostOrderFunctionAttrsPass
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dinvalidate.ll3 ; CHECK: Running pass: PostOrderFunctionAttrsPass on (f)
8 ; CHECK: Running pass: PostOrderFunctionAttrsPass on (g)
9 ; CHECK: Running pass: PostOrderFunctionAttrsPass on (h)
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h51 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> { struct
/llvm-project-15.0.7/polly/lib/Transform/
H A DCanonicalization.cpp88 MainCGPipeline.addPass(PostOrderFunctionAttrsPass()); in buildInlinePasses()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp763 MainCGPipeline.addPass(PostOrderFunctionAttrsPass()); in buildInlinerPipeline()
1550 createModuleToPostOrderCGSCCPassAdaptor(PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
1664 createModuleToPostOrderCGSCCPassAdaptor(PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
H A DPassRegistry.def172 CGSCC_PASS("function-attrs", PostOrderFunctionAttrsPass())
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-distributed-newpm.ll41 ; CHECK-O: Running pass: PostOrderFunctionAttrsPass on (main)
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1860 PreservedAnalyses PostOrderFunctionAttrsPass::run(LazyCallGraph::SCC &C, in run()