Searched refs:LLVMAddLoopRotatePass (Results 1 – 4 of 4) sorted by relevance
86 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM);
30 func (pm PassManager) AddLoopRotatePass() { C.LLVMAddLoopRotatePass(pm.C) }
108 LLVMAddLoopRotatePass(PM); in llvm_add_loop_rotate()
200 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM) { in LLVMAddLoopRotatePass() function