HomeSort by relevance Sort by last modified time
    Searched refs:LLVMInitializeInstCombine (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
Initialization.h 39 void LLVMInitializeInstCombine(LLVMPassRegistryRef R);
  /external/llvm/bindings/python/llvm/
core.py 456 library.LLVMInitializeInstCombine.argtypes = [PassRegistry]
457 library.LLVMInitializeInstCombine.restype = None
620 lib.LLVMInitializeInstCombine(p)
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 81 void LLVMInitializeInstCombine(LLVMPassRegistryRef R) {
    [all...]

Completed in 123 milliseconds