Searched refs:MPDT (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 114 MachinePostDominatorTree *MPDT; member in __anone21e770d0111::ShrinkWrap 191 MPDT = &getAnalysis<MachinePostDominatorTree>(); in init() 346 else if (MPDT->getNode(&MBB)) // If the block is not in the post dom tree, it in updateSaveRestorePoints() 351 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints() 368 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints() 390 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints() 416 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints() 435 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT); in updateSaveRestorePoints() 568 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction()
|
| H A D | MIRSampleProfile.cpp | 123 void setInitVals(MachineDominatorTree *MDT, MachinePostDominatorTree *MPDT, in setInitVals() argument 127 PDT = MPDT; in setInitVals()
|
| H A D | MachineBlockPlacement.cpp | 387 MachinePostDominatorTree *MPDT; member in __anon7097cf1d0111::MachineBlockPlacement 848 if (MPDT->dominates(SuccSucc, Succ)) { in isProfitableToTailDup() 1288 if (!MPDT->dominates(Succ, &BB)) in precomputeTriangleChains() 3345 MPDT = nullptr; in runOnMachineFunction() 3385 MPDT = &getAnalysis<MachinePostDominatorTree>(); in runOnMachineFunction() 3416 if (MPDT) in runOnMachineFunction() 3417 MPDT->runOnMachineFunction(MF); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 150 MachinePostDominatorTree *MPDT; member in __anon1c6fd28e0111::PPCBranchCoalescing 219 MPDT = &getAnalysis<MachinePostDominatorTree>(); in initialize() 499 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates() 756 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction()
|
| H A D | PPCMIPeephole.cpp | 103 MachinePostDominatorTree *MPDT; member 152 MPDT = &getAnalysis<MachinePostDominatorTree>(); in initialize() 247 if (CurrBlockFreq > EntryFreq || MPDT->dominates(MI->getParent(), Entry)) in UpdateTOCSaves()
|