Searched refs:LLVMAddLoopUnswitchPass (Results 1 – 4 of 4) sorted by relevance
87 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM);
32 func (pm PassManager) AddLoopUnswitchPass() { C.LLVMAddLoopUnswitchPass(pm.C) }
120 LLVMAddLoopUnswitchPass(PM); in llvm_add_loop_unswitch()
156 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnswitchPass() function