Searched refs:LLVMInitializeAggressiveInstCombiner (Results 1 – 3 of 3) sorted by relevance
39 void LLVMInitializeAggressiveInstCombiner(LLVMPassRegistryRef R);
470 library.LLVMInitializeAggressiveInstCombiner.argtypes = [PassRegistry]471 library.LLVMInitializeAggressiveInstCombiner.restype = None
574 void LLVMInitializeAggressiveInstCombiner(LLVMPassRegistryRef R) { in LLVMInitializeAggressiveInstCombiner() function