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 72 CurrentLoop = nullptr;
85 // and continue applying other passes on CurrentLoop.
86 if (CurrentLoop == L)
106 assert (CurrentLoop != L && "Cannot insert CurrentLoop");
119 if (L == CurrentLoop)
142 assert (CurrentLoop == L && "Can redo only CurrentLoop");
233 CurrentLoop = LQ.back();
242 CurrentLoop->getHeader()->getName())
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 435 void setPoint(const SCEV *X, const SCEV *Y, const Loop *CurrentLoop);
439 const SCEV *C, const Loop *CurrentLoop);
442 void setDistance(const SCEV *D, const Loop *CurrentLoop);
640 const Loop *CurrentLoop,
658 const Loop *CurrentLoop,
677 const Loop *CurrentLoop,
695 const Loop *CurrentLoop,
713 const Loop *CurrentLoop,
    [all...]
LoopPass.h 169 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 280 Loop *CurrentLoop = &L;
281 std::vector<Loop *> vec = CurrentLoop->getSubLoopsVector();
290 LoopList.push_back(CurrentLoop);
291 CurrentLoop = *(vec.begin());
292 vec = CurrentLoop->getSubLoopsVector();
294 LoopList.push_back(CurrentLoop);
    [all...]

Completed in 140 milliseconds