Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp101 BasicBlock *InsertPreheaderForLoop(Loop *L);
203 Preheader = InsertPreheaderForLoop(L); in ProcessLoop()
362 BasicBlock *LoopSimplify::InsertPreheaderForLoop(Loop *L) { in InsertPreheaderForLoop() function in LoopSimplify
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h323 BasicBlock *InsertPreheaderForLoop(Loop *L, DominatorTree *DT, LoopInfo *LI,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp117 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, DominatorTree *DT, in InsertPreheaderForLoop() function in llvm
521 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in simplifyOneLoop()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp118 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, DominatorTree *DT, in InsertPreheaderForLoop() function in llvm
527 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in simplifyOneLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h363 BasicBlock *InsertPreheaderForLoop(Loop *L, DominatorTree *DT, LoopInfo *LI,
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp251 LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in runOnLoop()
DPPCCTRLoops.cpp573 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in convertToCTRLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp873 InsertPreheaderForLoop(OuterLoop, DT, LI, PreserveLCSSA); in canInterchangeLoops()
879 InsertPreheaderForLoop(InnerLoop, DT, LI, PreserveLCSSA); in canInterchangeLoops()
DLoopRerollPass.cpp1534 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in replaceIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1032 InsertPreheaderForLoop(OuterLoop, DT, LI, PreserveLCSSA); in canInterchangeLoops()
1038 InsertPreheaderForLoop(InnerLoop, DT, LI, PreserveLCSSA); in canInterchangeLoops()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp341 LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in runOnLoop()
DPPCCTRLoops.cpp641 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in convertToCTRLoop()