Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShrinkWrap.cpp114 MachinePostDominatorTree *MPDT; member in __anonfcf354b40111::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 DMIRSampleProfile.cpp123 void setInitVals(MachineDominatorTree *MDT, MachinePostDominatorTree *MPDT, in setInitVals() argument
127 PDT = MPDT; in setInitVals()
H A DMachineBlockPlacement.cpp399 MachinePostDominatorTree *MPDT; member in __anona54a76640111::MachineBlockPlacement
860 if (MPDT->dominates(SuccSucc, Succ)) { in isProfitableToTailDup()
1300 if (!MPDT->dominates(Succ, &BB)) in precomputeTriangleChains()
3357 MPDT = nullptr; in runOnMachineFunction()
3397 MPDT = &getAnalysis<MachinePostDominatorTree>(); in runOnMachineFunction()
3428 if (MPDT) in runOnMachineFunction()
3429 MPDT->runOnMachineFunction(MF); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp150 MachinePostDominatorTree *MPDT; member in __anon43811e350111::PPCBranchCoalescing
219 MPDT = &getAnalysis<MachinePostDominatorTree>(); in initialize()
497 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates()
754 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction()
H A DPPCMIPeephole.cpp103 MachinePostDominatorTree *MPDT; member
152 MPDT = &getAnalysis<MachinePostDominatorTree>(); in initialize()
249 if (CurrBlockFreq > EntryFreq || MPDT->dominates(MI->getParent(), Entry)) in UpdateTOCSaves()