OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMPassManagerRef
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
IPO.h
31
void LLVMAddArgumentPromotionPass(
LLVMPassManagerRef
PM);
34
void LLVMAddConstantMergePass(
LLVMPassManagerRef
PM);
37
void LLVMAddMergeFunctionsPass(
LLVMPassManagerRef
PM);
40
void LLVMAddCalledValuePropagationPass(
LLVMPassManagerRef
PM);
43
void LLVMAddDeadArgEliminationPass(
LLVMPassManagerRef
PM);
46
void LLVMAddFunctionAttrsPass(
LLVMPassManagerRef
PM);
49
void LLVMAddFunctionInliningPass(
LLVMPassManagerRef
PM);
52
void LLVMAddAlwaysInlinerPass(
LLVMPassManagerRef
PM);
55
void LLVMAddGlobalDCEPass(
LLVMPassManagerRef
PM);
58
void LLVMAddGlobalOptimizerPass(
LLVMPassManagerRef
PM)
[
all
...]
Scalar.h
35
void LLVMAddAggressiveDCEPass(
LLVMPassManagerRef
PM);
38
void LLVMAddDCEPass(
LLVMPassManagerRef
PM);
41
void LLVMAddBitTrackingDCEPass(
LLVMPassManagerRef
PM);
44
void LLVMAddAlignmentFromAssumptionsPass(
LLVMPassManagerRef
PM);
47
void LLVMAddCFGSimplificationPass(
LLVMPassManagerRef
PM);
50
void LLVMAddDeadStoreEliminationPass(
LLVMPassManagerRef
PM);
53
void LLVMAddScalarizerPass(
LLVMPassManagerRef
PM);
56
void LLVMAddMergedLoadStoreMotionPass(
LLVMPassManagerRef
PM);
59
void LLVMAddGVNPass(
LLVMPassManagerRef
PM);
62
void LLVMAddNewGVNPass(
LLVMPassManagerRef
PM)
[
all
...]
Utils.h
35
void LLVMAddLowerSwitchPass(
LLVMPassManagerRef
PM);
38
void LLVMAddPromoteMemoryToRegisterPass(
LLVMPassManagerRef
PM);
41
void LLVMAddAddDiscriminatorsPass(
LLVMPassManagerRef
PM);
Coroutines.h
36
void LLVMAddCoroEarlyPass(
LLVMPassManagerRef
PM);
39
void LLVMAddCoroSplitPass(
LLVMPassManagerRef
PM);
42
void LLVMAddCoroElidePass(
LLVMPassManagerRef
PM);
45
void LLVMAddCoroCleanupPass(
LLVMPassManagerRef
PM);
Vectorize.h
36
void LLVMAddLoopVectorizePass(
LLVMPassManagerRef
PM);
39
void LLVMAddSLPVectorizePass(
LLVMPassManagerRef
PM);
AggressiveInstCombine.h
31
void LLVMAddAggressiveInstCombinerPass(
LLVMPassManagerRef
PM);
InstCombine.h
31
void LLVMAddInstructionCombiningPass(
LLVMPassManagerRef
PM);
PassManagerBuilder.h
68
LLVMPassManagerRef
PM);
73
LLVMPassManagerRef
PM);
77
LLVMPassManagerRef
PM,
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
InstrumentationBindings.h
26
void LLVMAddAddressSanitizerFunctionPass(
LLVMPassManagerRef
PM);
27
void LLVMAddAddressSanitizerModulePass(
LLVMPassManagerRef
PM);
28
void LLVMAddThreadSanitizerPass(
LLVMPassManagerRef
PM);
29
void LLVMAddMemorySanitizerLegacyPassPass(
LLVMPassManagerRef
PM);
30
void LLVMAddDataFlowSanitizerPass(
LLVMPassManagerRef
PM, int ABIListFilesNum,
InstrumentationBindings.cpp
24
void LLVMAddAddressSanitizerFunctionPass(
LLVMPassManagerRef
PM) {
28
void LLVMAddAddressSanitizerModulePass(
LLVMPassManagerRef
PM) {
32
void LLVMAddThreadSanitizerPass(
LLVMPassManagerRef
PM) {
36
void LLVMAddMemorySanitizerLegacyPassPass(
LLVMPassManagerRef
PM) {
40
void LLVMAddDataFlowSanitizerPass(
LLVMPassManagerRef
PM,
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/vectorize/
vectorize_ocaml.c
23
value llvm_add_loop_vectorize(
LLVMPassManagerRef
PM) {
29
value llvm_add_slp_vectorize(
LLVMPassManagerRef
PM) {
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
scalar_opts_ocaml.c
24
value llvm_add_aggressive_dce(
LLVMPassManagerRef
PM) {
29
value llvm_add_dce(
LLVMPassManagerRef
PM) {
35
value llvm_add_alignment_from_assumptions(
LLVMPassManagerRef
PM) {
41
value llvm_add_cfg_simplification(
LLVMPassManagerRef
PM) {
47
value llvm_add_dead_store_elimination(
LLVMPassManagerRef
PM) {
53
value llvm_add_scalarizer(
LLVMPassManagerRef
PM) {
59
value llvm_add_merged_load_store_motion(
LLVMPassManagerRef
PM) {
65
value llvm_add_gvn(
LLVMPassManagerRef
PM) {
71
value llvm_add_ind_var_simplify(
LLVMPassManagerRef
PM) {
77
value llvm_add_instruction_combining(
LLVMPassManagerRef
PM)
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/ipo/
ipo_ocaml.c
23
value llvm_add_argument_promotion(
LLVMPassManagerRef
PM) {
29
value llvm_add_constant_merge(
LLVMPassManagerRef
PM) {
35
value llvm_add_merge_functions(
LLVMPassManagerRef
PM) {
41
value llvm_add_dead_arg_elimination(
LLVMPassManagerRef
PM) {
47
value llvm_add_function_attrs(
LLVMPassManagerRef
PM) {
53
value llvm_add_function_inlining(
LLVMPassManagerRef
PM) {
59
value llvm_add_always_inliner(
LLVMPassManagerRef
PM) {
65
value llvm_add_global_dce(
LLVMPassManagerRef
PM) {
71
value llvm_add_global_optimizer(
LLVMPassManagerRef
PM) {
77
value llvm_add_prune_eh(
LLVMPassManagerRef
PM)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalar.cpp
120
void LLVMAddLoopSimplifyCFGPass(
LLVMPassManagerRef
PM) {
128
void LLVMAddAggressiveDCEPass(
LLVMPassManagerRef
PM) {
132
void LLVMAddDCEPass(
LLVMPassManagerRef
PM) {
136
void LLVMAddBitTrackingDCEPass(
LLVMPassManagerRef
PM) {
140
void LLVMAddAlignmentFromAssumptionsPass(
LLVMPassManagerRef
PM) {
144
void LLVMAddCFGSimplificationPass(
LLVMPassManagerRef
PM) {
148
void LLVMAddDeadStoreEliminationPass(
LLVMPassManagerRef
PM) {
152
void LLVMAddScalarizerPass(
LLVMPassManagerRef
PM) {
156
void LLVMAddGVNPass(
LLVMPassManagerRef
PM) {
160
void LLVMAddNewGVNPass(
LLVMPassManagerRef
PM)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IPO.cpp
72
void LLVMAddArgumentPromotionPass(
LLVMPassManagerRef
PM) {
76
void LLVMAddCalledValuePropagationPass(
LLVMPassManagerRef
PM) {
80
void LLVMAddConstantMergePass(
LLVMPassManagerRef
PM) {
84
void LLVMAddDeadArgEliminationPass(
LLVMPassManagerRef
PM) {
88
void LLVMAddFunctionAttrsPass(
LLVMPassManagerRef
PM) {
92
void LLVMAddFunctionInliningPass(
LLVMPassManagerRef
PM) {
96
void LLVMAddAlwaysInlinerPass(
LLVMPassManagerRef
PM) {
100
void LLVMAddGlobalDCEPass(
LLVMPassManagerRef
PM) {
104
void LLVMAddGlobalOptimizerPass(
LLVMPassManagerRef
PM) {
108
void LLVMAddPruneEHPass(
LLVMPassManagerRef
PM)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
Vectorize.cpp
36
void LLVMAddLoopVectorizePass(
LLVMPassManagerRef
PM) {
40
void LLVMAddSLPVectorizePass(
LLVMPassManagerRef
PM) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Utils.cpp
55
void LLVMAddLowerSwitchPass(
LLVMPassManagerRef
PM) {
59
void LLVMAddPromoteMemoryToRegisterPass(
LLVMPassManagerRef
PM) {
63
void LLVMAddAddDiscriminatorsPass(
LLVMPassManagerRef
PM) {
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
passmgr_builder_ocaml.c
81
value llvm_pmbuilder_populate_function_pass_manager(
LLVMPassManagerRef
PM,
88
value llvm_pmbuilder_populate_module_pass_manager(
LLVMPassManagerRef
PM,
96
value llvm_pmbuilder_populate_lto_pass_manager(
LLVMPassManagerRef
PM,
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Types.h
127
typedef struct LLVMOpaquePassManager *
LLVMPassManagerRef
;
TargetMachine.h
157
void LLVMAddAnalysisPasses(LLVMTargetMachineRef T,
LLVMPassManagerRef
PM);
Target.h
207
LLVMPassManagerRef
PM);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LegacyPassManager.h
102
DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase,
LLVMPassManagerRef
)
/src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp
64
LLVMPassManagerRef
PM) {
TargetMachineC.cpp
268
void LLVMAddAnalysisPasses(LLVMTargetMachineRef T,
LLVMPassManagerRef
PM) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp
732
void LLVMAddCoroEarlyPass(
LLVMPassManagerRef
PM) {
736
void LLVMAddCoroSplitPass(
LLVMPassManagerRef
PM) {
740
void LLVMAddCoroElidePass(
LLVMPassManagerRef
PM) {
744
void LLVMAddCoroCleanupPass(
LLVMPassManagerRef
PM) {
Completed in 75 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026