Searched refs:CurrentLoop (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopPass.cpp | 81 CurrentLoop = NULL; in LPPassManager() 92 if (CurrentLoop == L) in deleteLoopFromQueue() 112 assert (CurrentLoop != L && "Cannot insert CurrentLoop"); in insertLoop() 125 if (L == CurrentLoop) in insertLoopIntoQueue() 148 assert (CurrentLoop == L && "Can redo only CurrentLoop"); in redoLoop() 223 CurrentLoop = LQ.back(); in runOnFunction() 231 CurrentLoop->getHeader()->getName()); in runOnFunction() 238 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction() 241 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction() 249 CurrentLoop->getHeader()->getName()); in runOnFunction() [all …]
|
/external/llvm/lib/Analysis/ |
D | LoopPass.cpp | 70 CurrentLoop = nullptr; in LPPassManager() 184 CurrentLoop = LQ.back(); in runOnFunction() 191 CurrentLoop->getHeader()->getName()); in runOnFunction() 197 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction() 200 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction() 202 LoopWasDeleted = CurrentLoop->isInvalid(); in runOnFunction() 207 : CurrentLoop->getHeader()->getName()); in runOnFunction() 212 deleteSimpleAnalysisLoop(CurrentLoop); in runOnFunction() 221 CurrentLoop->verifyLoop(); in runOnFunction() 233 : CurrentLoop->getHeader()->getName(), in runOnFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 445 void setPoint(const SCEV *X, const SCEV *Y, const Loop *CurrentLoop); 449 const SCEV *C, const Loop *CurrentLoop); 452 void setDistance(const SCEV *D, const Loop *CurrentLoop); 649 const Loop *CurrentLoop, 667 const Loop *CurrentLoop, 686 const Loop *CurrentLoop, 704 const Loop *CurrentLoop, 722 const Loop *CurrentLoop,
|
D | LoopPass.h | 157 Loop *CurrentLoop; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 318 Loop *CurrentLoop = nullptr; in orderNodes() local 332 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() 335 if (LI->getLoopFor(LoopBB) == CurrentLoop) { in orderNodes() 342 CurrentLoop = LI->getLoopFor(BB); in orderNodes() 343 if (CurrentLoop) { in orderNodes() 344 LoopBlocks[CurrentLoop]--; in orderNodes()
|
D | LoopInterchange.cpp | 283 Loop *CurrentLoop = &L; in populateWorklist() local 284 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist() 293 LoopList.push_back(CurrentLoop); in populateWorklist() 294 CurrentLoop = Vec->front(); in populateWorklist() 295 Vec = &CurrentLoop->getSubLoops(); in populateWorklist() 297 LoopList.push_back(CurrentLoop); in populateWorklist()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopPass.h | 153 Loop *CurrentLoop; variable
|