Home
last modified time | relevance | path

Searched defs:MachinePostDominatorTree (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDomTreeUpdater.h22 class MachinePostDominatorTree; variable
H A DMachineRegionInfo.h25 class MachinePostDominatorTree; variable
H A DMachinePostDominators.h52 explicit MachinePostDominatorTree(MachineFunction &MF) { recalculate(MF); } in MachinePostDominatorTree() function