Home
last modified time | relevance | path

Searched refs:LoopNestExit (Results 1 – 1 of 1) 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()