Searched refs:MPDT (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 114 MachinePostDominatorTree *MPDT; member in __anonaebcf7770111::ShrinkWrap 191 MPDT = &getAnalysis<MachinePostDominatorTree>(); in init() 334 else if (MPDT->getNode(&MBB)) // If the block is not in the post dom tree, it in updateSaveRestorePoints() 339 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints() 356 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints() 378 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints() 404 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints() 424 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT); in updateSaveRestorePoints() 559 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction()
|
D | MachineBlockPlacement.cpp | 363 MachinePostDominatorTree *MPDT; member in __anon51eaf9470111::MachineBlockPlacement 773 if (MPDT->dominates(SuccSucc, Succ)) { in isProfitableToTailDup() 1165 if (!MPDT->dominates(Succ, &BB)) in precomputeTriangleChains() 2744 MPDT = nullptr; in runOnMachineFunction() 2774 MPDT = &getAnalysis<MachinePostDominatorTree>(); in runOnMachineFunction() 2803 if (MPDT) in runOnMachineFunction() 2804 MPDT->runOnMachineFunction(MF); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 103 MachinePostDominatorTree *MPDT; member in __anone305433f0111::ShrinkWrap 163 MPDT = &getAnalysis<MachinePostDominatorTree>(); in init() 288 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints() 303 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints() 324 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints() 350 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints() 370 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT); in updateSaveRestorePoints() 507 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 154 MachinePostDominatorTree *MPDT; member in __anon2445e6f80111::PPCBranchCoalescing 223 MPDT = &getAnalysis<MachinePostDominatorTree>(); in initialize() 497 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates() 755 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction()
|