Home
last modified time | relevance | path

Searched refs:LLVMInitializeInstCombine (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DInitialization.h28 void LLVMInitializeInstCombine(LLVMPassRegistryRef R);
/external/llvm/include/llvm-c/
DInitialization.h39 void LLVMInitializeInstCombine(LLVMPassRegistryRef R);
/external/llvm/bindings/python/llvm/
Dcore.py456 library.LLVMInitializeInstCombine.argtypes = [PassRegistry]
457 library.LLVMInitializeInstCombine.restype = None
617 lib.LLVMInitializeInstCombine(p)
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp72 void LLVMInitializeInstCombine(LLVMPassRegistryRef R) { in LLVMInitializeInstCombine() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3165 void LLVMInitializeInstCombine(LLVMPassRegistryRef R) { in LLVMInitializeInstCombine() function