Searched refs:domTree (Results 1 – 3 of 3) sorted by relevance
34 domTree = NULL; in Function()55 if (domTree) in ~Function()56 delete domTree; in ~Function()
328 domTree = new DominatorTree(&cfg); in convertToSSA()329 reinterpret_cast<DominatorTree *>(domTree)->findDominanceFrontiers(); in convertToSSA()440 search(BasicBlock::get(func->domTree->getRoot())); in run()
1183 Graph *domTree; variable