Searched refs:PDT (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp31 PostDominatorTree *PDT = &getAnalysis<PostDominatorTree>(); local
155 EXPECT_TRUE(PDT->dominates(BB0, BB0));
156 EXPECT_FALSE(PDT->dominates(BB1, BB0));
157 EXPECT_FALSE(PDT->dominates(BB2, BB0));
158 EXPECT_FALSE(PDT->dominates(BB3, BB0));
159 EXPECT_TRUE(PDT->dominates(BB4, BB1));
165 PDT->getDescendants(BB0, PostDominatedBBs);
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp124 PDT(nullptr), LI(nullptr), Ctx(nullptr) {}
204 PostDominatorTree *PDT; member in class:__anon26332::SampleFunctionProfile
691 findEquivalencesFor(BB1, DominatedBBs, PDT->DT);
702 PDT->getDescendants(BB1, DominatedBBs);
1049 PDT = PostDomTree;
1095 PostDominatorTree *PDT = &getAnalysis<PostDominatorTree>(); local
1099 return FunctionProfile.emitAnnotations(F, DT, PDT, LI);
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp172 PDT = &getAnalysis<MachinePostDominatorTree>();
173 DEBUG(PDT->print(dbgs()););
182 MachinePostDominatorTree *PDT; member in class:__anon26106::AMDGPUCFGStructurizer
1846 if (PDT->dominates(MBB1, MBB2))
1848 if (PDT->dominates(MBB2, MBB1))
1851 MachineDomTreeNode *Node1 = PDT->getNode(MBB1);
1852 MachineDomTreeNode *Node2 = PDT->getNode(MBB2);
1865 if (PDT->dominates(Node1, Node2))
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h611 PostDominatorTree *PDT; member in class:llvm::RegionInfo
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp560 return PDT->getNode(e->second)->getIDom();
603 DomTreeNode *N = PDT->getNode(entry);
715 PDT = &getAnalysis<PostDominatorTree>();
/external/openfst/
H A Dconfigure1416 --enable-pdt enable PDT extensions

Completed in 1080 milliseconds