Home
last modified time | relevance | path

Searched refs:LLVMInitializeAggressiveInstCombiner (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DInitialization.h39 void LLVMInitializeAggressiveInstCombiner(LLVMPassRegistryRef R);
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dcore.py470 library.LLVMInitializeAggressiveInstCombiner.argtypes = [PassRegistry]
471 library.LLVMInitializeAggressiveInstCombiner.restype = None
/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp574 void LLVMInitializeAggressiveInstCombiner(LLVMPassRegistryRef R) { in LLVMInitializeAggressiveInstCombiner() function