Displaying 1 result from an estimated 1 matches for "deletesimpleanalysisloop".
2016 Apr 09
0
Verifier in loop pass manager
...; LoopWasDeleted ? "<deleted>"
> : CurrentLoop->getHeader()->getName());
> dumpPreservedSet(P);
>
> if (LoopWasDeleted) {
> // Notify passes that the loop is being deleted.
> deleteSimpleAnalysisLoop(CurrentLoop);
> } else {
> // Manually check that this loop is still healthy. This is done
> // instead of relying on LoopInfo::verifyLoop since LoopInfo
> // is a function pass and it's really expensive to verify every
> // loop in the funct...