Searched refs:MPDT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp114 MachinePostDominatorTree *MPDT; member in class:__anon1825::ShrinkWrap
191 MPDT = &getAnalysis<MachinePostDominatorTree>();
342 else if (MPDT->getNode(&MBB)) // If the block is not in the post dom tree, it
347 Restore = MPDT->findNearestCommonDominator(Restore, &MBB);
364 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
386 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) ||
412 Restore = MPDT->findNearestCommonDominator(Restore, Save);
432 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT);
567 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
H A DMachineBlockPlacement.cpp366 MachinePostDominatorTree *MPDT; member in class:__anon1747::MachineBlockPlacement
793 if (MPDT->dominates(SuccSucc, Succ)) {
1231 if (!MPDT->dominates(Succ, &BB))
3054 MPDT = nullptr;
3085 MPDT = &getAnalysis<MachinePostDominatorTree>();
3118 if (MPDT)
3119 MPDT->runOnMachineFunction(MF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp150 MachinePostDominatorTree *MPDT; member in class:__anon2351::PPCBranchCoalescing
219 MPDT = &getAnalysis<MachinePostDominatorTree>();
494 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock))
752 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&
H A DPPCMIPeephole.cpp95 MachinePostDominatorTree *MPDT; member in struct:__anon2365::PPCMIPeephole
139 MPDT = &getAnalysis<MachinePostDominatorTree>();
233 if (CurrBlockFreq > EntryFreq || MPDT->dominates(MI->getParent(), Entry))

Completed in 90 milliseconds