Searched refs:BinaryDominatorTree (Results 1 – 2 of 2) sorted by relevance
24 using BinaryDominatorTree = DomTreeBase<BinaryBasicBlock>; variable40 struct GraphTraits<bolt::BinaryDominatorTree *>42 static NodeRef getEntryNode(bolt::BinaryDominatorTree *DT) {46 static nodes_iterator nodes_begin(bolt::BinaryDominatorTree *N) {50 static nodes_iterator nodes_end(bolt::BinaryDominatorTree *N) {
3969 BinaryDominatorTree DomTree; in calculateLoopInfo()