Searched refs:OtherDT (Results 1 – 3 of 3) sorted by relevance
71 DomTreeBase<MachineBasicBlock> OtherDT; in verifyAnalysis() local72 OtherDT.recalculate(F); in verifyAnalysis()73 if (getRootNode()->getBlock() != OtherDT.getRootNode()->getBlock() || in verifyAnalysis()74 DT->compare(OtherDT)) { in verifyAnalysis()79 OtherDT.print(errs()); in verifyAnalysis()
148 MachineDominatorTree OtherDT; in verifyDomTree() local149 OtherDT.DT->recalculate(F); in verifyDomTree()150 if (compare(OtherDT)) { in verifyDomTree()154 OtherDT.print(errs(), nullptr); in verifyDomTree()
283 DominatorTree OtherDT; in verifyDomTree() local284 OtherDT.recalculate(F); in verifyDomTree()285 if (compare(OtherDT)) { in verifyDomTree()289 OtherDT.print(errs()); in verifyDomTree()