HomeSort by: relevance | last modified time | path
    Searched refs:markLoopAsDeleted (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopPass.h 111 void markLoopAsDeleted(Loop &L);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 280 Updater.markLoopAsDeleted(L, LoopName);
342 LPM.markLoopAsDeleted(*L);
LoopSimplifyCFG.cpp 713 LPMU.markLoopAsDeleted(L, "loop-simplifycfg");
748 LPM.markLoopAsDeleted(*L);
LoopUnrollAndJamPass.cpp 479 LPM.markLoopAsDeleted(*L);
LoopUnrollPass.cpp 1276 LPM.markLoopAsDeleted(*L);
1397 Updater.markLoopAsDeleted(L, LoopName);
SimpleLoopUnswitch.cpp 2975 U.markLoopAsDeleted(L, LoopName);
3065 LPM.markLoopAsDeleted(*L);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopPass.cpp 113 void LPPassManager::markLoopAsDeleted(Loop &L) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 254 void markLoopAsDeleted(Loop &L, llvm::StringRef Name) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollAndJam.cpp 610 U->markLoopAsDeleted(*L, std::string(L->getName()));

Completed in 22 milliseconds