reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/InitializePasses.h
  276 void initializeMachinePostDominatorTreePass(PassRegistry&);

References

lib/CodeGen/CodeGen.cpp
   74   initializeMachinePostDominatorTreePass(Registry);
lib/CodeGen/MachineBlockPlacement.cpp
  555 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/CodeGen/MachinePostDominators.cpp
   32   initializeMachinePostDominatorTreePass(*PassRegistry::getPassRegistry());
lib/CodeGen/MachineRegionInfo.cpp
  133 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/CodeGen/ShrinkWrap.cpp
  254 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
 1673 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/Target/AMDGPU/SILowerI1Copies.cpp
  415 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  199 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
lib/Target/PowerPC/PPCMIPeephole.cpp
 1463 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)