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