HomeSort by relevance Sort by last modified time
    Searched refs:CurrentLoop (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
LoopPass.cpp 62 CurrentLoop = nullptr;
178 CurrentLoop = LQ.back();
184 CurrentLoop->getHeader()->getName());
190 PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader());
193 Changed |= P->runOnLoop(CurrentLoop, *this);
198 CurrentLoop->isUnloop()
200 : CurrentLoop->getHeader()->getName());
203 if (CurrentLoop->isUnloop()) {
205 deleteSimpleAnalysisLoop(CurrentLoop);
214 CurrentLoop->verifyLoop()
    [all...]
  /external/llvm/include/llvm/Analysis/
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,
    [all...]
LoopPass.h 156 Loop *CurrentLoop;
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 308 Loop *CurrentLoop = nullptr;
322 while(LoopBlocks[CurrentLoop]) {
325 if (LI->getLoopFor(LoopBB) == CurrentLoop) {
326 LoopBlocks[CurrentLoop]--;
332 CurrentLoop = LI->getLoopFor(BB);
333 if (CurrentLoop) {
334 LoopBlocks[CurrentLoop]--;
LoopInterchange.cpp 284 Loop *CurrentLoop = &L;
285 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops();
294 LoopList.push_back(CurrentLoop);
295 CurrentLoop = Vec->front();
296 Vec = &CurrentLoop->getSubLoops();
298 LoopList.push_back(CurrentLoop);
    [all...]

Completed in 101 milliseconds