Searched refs:deleteLoopIfDead (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp138 static LoopDeletionResult deleteLoopIfDead(Loop *L, DominatorTree &DT, function
234 auto Result = deleteLoopIfDead(&L, AR.DT, AR.SE, AR.LI, AR.MSSA, ORE);
292 LoopDeletionResult Result = deleteLoopIfDead(L, DT, SE, LI, MSSA, ORE);

Completed in 143 milliseconds