Searched refs:CurrentLoop (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LoopPass.cpp | 62 CurrentLoop = nullptr; in LPPassManager() 178 CurrentLoop = LQ.back(); in runOnFunction() 184 CurrentLoop->getHeader()->getName()); in runOnFunction() 190 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader()); in runOnFunction() 193 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction() 198 CurrentLoop->isUnloop() in runOnFunction() 200 : CurrentLoop->getHeader()->getName()); in runOnFunction() 203 if (CurrentLoop->isUnloop()) { in runOnFunction() 205 deleteSimpleAnalysisLoop(CurrentLoop); in runOnFunction() 214 CurrentLoop->verifyLoop(); in runOnFunction() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 442 void setPoint(const SCEV *X, const SCEV *Y, const Loop *CurrentLoop); 446 const SCEV *C, const Loop *CurrentLoop); 449 void setDistance(const SCEV *D, const Loop *CurrentLoop); 646 const Loop *CurrentLoop, 664 const Loop *CurrentLoop, 683 const Loop *CurrentLoop, 701 const Loop *CurrentLoop, 719 const Loop *CurrentLoop,
|
D | LoopPass.h | 156 Loop *CurrentLoop; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 308 Loop *CurrentLoop = nullptr; in orderNodes() local 322 while(LoopBlocks[CurrentLoop]) { in orderNodes() 325 if (LI->getLoopFor(LoopBB) == CurrentLoop) { in orderNodes() 326 LoopBlocks[CurrentLoop]--; in orderNodes() 332 CurrentLoop = LI->getLoopFor(BB); in orderNodes() 333 if (CurrentLoop) { in orderNodes() 334 LoopBlocks[CurrentLoop]--; in orderNodes()
|
D | LoopInterchange.cpp | 284 Loop *CurrentLoop = &L; in populateWorklist() local 285 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist() 294 LoopList.push_back(CurrentLoop); in populateWorklist() 295 CurrentLoop = Vec->front(); in populateWorklist() 296 Vec = &CurrentLoop->getSubLoops(); in populateWorklist() 298 LoopList.push_back(CurrentLoop); in populateWorklist()
|