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

  /external/llvm/lib/Analysis/
LoopPass.cpp 77 LI->updateUnloop(L);
LoopInfo.cpp 619 /// updateUnloop - The last backedge has been removed from a loop--now the
626 void LoopInfo::updateUnloop(Loop *Unloop) {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 723 /// updateUnloop - Update LoopInfo after removing the last backedge from a
727 void updateUnloop(Loop *Unloop);

Completed in 86 milliseconds