Home
last modified time | relevance | path

Searched refs:InsertPreheaderForLoop (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h22 BasicBlock *InsertPreheaderForLoop(Loop *L, Pass *P);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp212 Preheader = InsertPreheaderForLoop(L, this); in ProcessLoop()
371 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, Pass *PP) { in InsertPreheaderForLoop() function in llvm
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp497 Preheader = InsertPreheaderForLoop(L, this); in convertToCTRLoop()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1113 Preheader = InsertPreheaderForLoop(L, this); in reroll()