Home
last modified time | relevance | path

Searched refs:LoopNestExit (Results 1 – 2 of 2) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp400 BasicBlock *LoopNestExit, in LoopInterchangeTransform() argument
403 LoopExit(LoopNestExit), in LoopInterchangeTransform()
548 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList() local
549 if (!LoopNestExit) { in processLoopList()
558 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
576 unsigned OuterLoopId, BasicBlock *LoopNestExit, in processLoop()
604 LoopNestExit, LIL.hasInnerLoopReduction()); in processLoop()
955 BasicBlock *LoopNestExit = OuterLoop->getUniqueExitBlock(); in areLoopExitPHIsSupported() local
956 for (PHINode &PHI : LoopNestExit->phis()) { in areLoopExitPHIsSupported()