search for: modification_msg

Displaying 1 result from an estimated 1 matches for "modification_msg".

2016 Apr 09
0
Verifier in loop pass manager
...rPrettyStackEntry X(P, *CurrentLoop->getHeader()); > TimeRegion PassTimer(getPassTimer(P)); > > Changed |= P->runOnLoop(CurrentLoop, *this); > } > LoopWasDeleted = CurrentLoop->isInvalid(); > > if (Changed) > dumpPassInfo(P, MODIFICATION_MSG, ON_LOOP_MSG, > LoopWasDeleted ? "<deleted>" > : CurrentLoop->getHeader()->getName()); > dumpPreservedSet(P); > > if (LoopWasDeleted) { > // Notify passes that the loop is being dele...