HomeSort by relevance Sort by last modified time
    Searched refs:MPDT (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 103 MachinePostDominatorTree *MPDT;
163 MPDT = &getAnalysis<MachinePostDominatorTree>();
288 Restore = MPDT->findNearestCommonDominator(Restore, &MBB);
303 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
324 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) ||
350 Restore = MPDT->findNearestCommonDominator(Restore, Save);
370 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT);
507 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ShrinkWrap.cpp 114 MachinePostDominatorTree *MPDT;
191 MPDT = &getAnalysis<MachinePostDominatorTree>();
334 else if (MPDT->getNode(&MBB)) // If the block is not in the post dom tree, it
339 Restore = MPDT->findNearestCommonDominator(Restore, &MBB);
356 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
378 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) ||
404 Restore = MPDT->findNearestCommonDominator(Restore, Save);
424 IPdom = FindIDom<>(*IPdom, LoopExitBB->successors(), *MPDT);
559 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT);
MachineBlockPlacement.cpp 363 MachinePostDominatorTree *MPDT;
773 if (MPDT->dominates(SuccSucc, Succ)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 154 MachinePostDominatorTree *MPDT;
223 MPDT = &getAnalysis<MachinePostDominatorTree>();
497 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock))
755 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&

Completed in 715 milliseconds