Home
last modified time | relevance | path

Searched refs:markLoopAsDeleted (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h112 void markLoopAsDeleted(Loop &L);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp111 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted() function in LPPassManager
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h249 void markLoopAsDeleted(Loop &L, llvm::StringRef Name) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp446 U.markLoopAsDeleted(*L, LoopName); in tryToUnrollAndJamLoop()
H A DLoopDeletion.cpp541 Updater.markLoopAsDeleted(L, LoopName); in run()
H A DLoopSimplifyCFG.cpp727 LPMU.markLoopAsDeleted(L, "loop-simplifycfg"); in run()
H A DLoopUnrollPass.cpp1460 LPM.markLoopAsDeleted(*L); in runOnLoop()
1576 Updater.markLoopAsDeleted(L, LoopName); in run()
H A DLoopFlatten.cpp829 U->markLoopAsDeleted(*FI.InnerLoop, FI.InnerLoop->getName()); in DoFlattenLoopPair()
H A DSimpleLoopUnswitch.cpp1757 LoopUpdater.markLoopAsDeleted(*ChildL, ChildL->getName()); in deleteDeadBlocksFromLoop()
2101 // markLoopAsDeleted for L should be triggered by the caller (it is in rebuildLoopAfterUnswitch()
2173 U.markLoopAsDeleted(L, LoopName); in postUnswitch()