MachinePostDominatorTreeWrapperPass [constructor] | Construct the legacy MachinePostDominatorTree wrapper pass. |
operator= [deleted] | Passes are not assignable. |
assignPassManager | assignPassManager overloads |
createPrinterPass [virtual] | createPrinterPass - Get a function printer pass. |
doFinalization [virtual] | Perform any cleanup needed after all passes have run. |
doInitialization [virtual] | Cache this pass's MachineFunctionProperties at module initialization. |
dump | Print this pass's state to stderr for debugging. |
dumpPassStructure [virtual] | Print the pass nesting structure for -debug-passes=PassStructure. |
getAnalysis | getAnalysis overloads |
getAnalysisID | getAnalysisID overloads |
getAnalysisIfAvailable | Get an optional analysis result that may already be available. |
getAnalysisUsage [virtual] | Report analysis usage for this pass. |
getAsImmutablePass [virtual] | Return this pass as an ImmutablePass, or null if it is not one. |
getAsPMDataManager [virtual] | Return this pass as a PMDataManager when it is a nested pass manager. |
getPassArgument | Return a nice clean name for a pass corresponding to that used to enable the pass in opt. |
getPassID | getPassID - Return the PassID number that corresponds to this pass. |
getPassKind | Return the kind of pass (module, function, loop, etc.). |
getPassName [virtual] | Return a human-readable name for this pass. |
getPostDomTree | Return the MachinePostDominatorTree computed by this pass. |
getPotentialPassManagerType [virtual] | Return what kind of Pass Manager can manage this pass. |
getResolver | Return the analysis resolver installed for this pass. |
mustPreserveAnalysisID | Report whether the analysis identified by AID must be preserved. |
preparePassManager [virtual] | Check whether available pass managers are suitable for this pass. |
print | print overloads |
printIRUnit [virtual] | Serialize the IR unit this pass operates on for --print-changed. |
releaseMemory [virtual] | Release the MachinePostDominatorTree owned by this pass. |
runOnFunction [virtual] | runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass. |
runOnMachineFunction [virtual] | Compute the MachinePostDominatorTree for MF. |
setResolver | Install the analysis resolver used to satisfy this pass's dependencies. |
verifyAnalysis [virtual] | Verify the MachinePostDominatorTree computed by this pass. |