Searched refs:InsertPreheaderForLoop (Results 1 – 4 of 4) sorted by relevance
27 BasicBlock *InsertPreheaderForLoop(Loop *L, Pass *P);
112 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, Pass *PP) { in InsertPreheaderForLoop() function in llvm545 Preheader = InsertPreheaderForLoop(L, PP); in simplifyOneLoop()
506 Preheader = InsertPreheaderForLoop(L, this); in convertToCTRLoop()
1108 Preheader = InsertPreheaderForLoop(L, this); in reroll()