Searched refs:domTree (Results 1 – 4 of 4) sorted by relevance
34 domTree = NULL; in Function()55 if (domTree) in ~Function()56 delete domTree; in ~Function()
327 domTree = new DominatorTree(&cfg); in convertToSSA()328 reinterpret_cast<DominatorTree *>(domTree)->findDominanceFrontiers(); in convertToSSA()439 search(BasicBlock::get(func->domTree->getRoot())); in run()
971 Graph *domTree; variable
397 DomTreeT *domTree; member in llvmCFGStruct::CFGStructurizer411 : domTree(NULL), postDomTree(NULL), loopInfo(NULL) { in CFGStructurizer()531 domTree = CFGTraits::getDominatorTree(pass); in run()533 domTree->print(errs(), (const llvm::Module*)0); in run()