Displaying 1 result from an estimated 1 matches for "6ca9cc22".
2014 Sep 29
2
[LLVMdev] questions about getAnalysisUsage
Hi,
I notice that there are several different methods called inside
getAnalysisUsage(). The parameters of addRequiredID and addPreservedID
are passID. What is the difference between Required and Preserved? There
are also function named addRequired<PassName>() called. What is the
difference between addRequired<PassName>() and addRequiredID(PassID)?
Thanks a lot!
Best,