Home
last modified time | relevance | path

Searched refs:MPDT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp118 MachinePostDominatorTree *MPDT = nullptr; member in __anon8a4a73dd0111::ShrinkWrap
229 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in init()
607 !MPDT->dominates(InitRestore, InitSave)) in postShrinkWrapping()
674 MPDT->recalculate(MF); in postShrinkWrapping()
676 assert((MDT->dominates(Save, Restore) && MPDT->dominates(Restore, Save)) && in postShrinkWrapping()
697 else if (MPDT->getNode(&MBB)) // If the block is not in the post dom tree, it in updateSaveRestorePoints()
702 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints()
719 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints()
741 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints()
767 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints()
[all …]
H A DMIRSampleProfile.cpp147 void setInitVals(MachineDominatorTree *MDT, MachinePostDominatorTree *MPDT, in setInitVals() argument
151 PDT = MPDT; in setInitVals()
H A DMachineBlockPlacement.cpp398 MachinePostDominatorTree *MPDT = nullptr; member in __anon1d8a29ed0111::MachineBlockPlacement
864 if (MPDT->dominates(SuccSucc, Succ)) { in isProfitableToTailDup()
1304 if (!MPDT->dominates(Succ, &BB)) in precomputeTriangleChains()
3434 MPDT = nullptr; in runOnMachineFunction()
3474 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
3505 if (MPDT) in runOnMachineFunction()
3506 MPDT->recalculate(MF); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp149 MachinePostDominatorTree *MPDT; member in __anon861b6f5e0111::PPCBranchCoalescing
218 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
496 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates()
754 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction()
H A DPPCMIPeephole.cpp122 MachinePostDominatorTree *MPDT; member
204 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
317 if (CurrBlockFreq > EntryFreq || MPDT->dominates(MI->getParent(), Entry)) in UpdateTOCSaves()