Home
last modified time | relevance | path

Searched refs:LoopNestExit (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp393 BasicBlock *LoopNestExit, in LoopInterchangeTransform() argument
396 LoopExit(LoopNestExit), in LoopInterchangeTransform()
536 BasicBlock *LoopNestExit; in processLoopList() local
538 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(1); in processLoopList()
540 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(0); in processLoopList()
542 if (isa<PHINode>(LoopNestExit->begin())) { in processLoopList()
552 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
571 unsigned OuterLoopId, BasicBlock *LoopNestExit, in processLoop()
593 LoopNestExit, LIL.hasInnerLoopReduction()); in processLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp403 BasicBlock *LoopNestExit, in LoopInterchangeTransform() argument
406 LoopExit(LoopNestExit), LIL(LIL) {} in LoopInterchangeTransform()
510 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList() local
511 if (!LoopNestExit) { in processLoopList()
520 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
538 unsigned OuterLoopId, BasicBlock *LoopNestExit, in processLoop()
564 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit, in processLoop()
921 BasicBlock *LoopNestExit = OuterLoop->getUniqueExitBlock(); in areOuterLoopExitPHIsSupported() local
922 for (PHINode &PHI : LoopNestExit->phis()) { in areOuterLoopExitPHIsSupported()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp401 BasicBlock *LoopNestExit, in LoopInterchangeTransform() argument
404 LoopExit(LoopNestExit), LIL(LIL) {} in LoopInterchangeTransform()
524 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList() local
525 if (!LoopNestExit) { in processLoopList()
534 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
552 unsigned OuterLoopId, BasicBlock *LoopNestExit, in processLoop()
578 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit, in processLoop()
923 BasicBlock *LoopNestExit = OuterLoop->getUniqueExitBlock(); in areOuterLoopExitPHIsSupported() local
924 for (PHINode &PHI : LoopNestExit->phis()) { in areOuterLoopExitPHIsSupported()