Searched refs:InsertPreheaderForLoop (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h55 BasicBlock *InsertPreheaderForLoop(Loop *L, DominatorTree *DT, LoopInfo *LI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp119 /// InsertPreheaderForLoop - Once we discover that a loop doesn't have a
123 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, DominatorTree *DT, function in class:llvm
560 Preheader = InsertPreheaderForLoop(L, DT, LI, MSSAU, PreserveLCSSA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp308 Preheader = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1475 InsertPreheaderForLoop(OuterLoop, DT, LI, nullptr, true);
1478 InsertPreheaderForLoop(InnerLoop, DT, LI, nullptr, true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp809 LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);

Completed in 178 milliseconds