Searched defs:DomTree (Results 1 – 11 of 11) sorted by relevance
430 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()548 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()690 const DomTreeBase<BlockT> &DomTree) const { in verify()
50 MachineDominatorTree *DomTree = nullptr; variable
61 MachineDominatorTree *DomTree = nullptr; variable
99 MachineDominatorTree *DomTree = getDomTree(); in calculate() local
763 MachineDominatorTree *DomTree; member in __anon91bad1d10311::EarlyIfConverter807 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()1087 MachineDominatorTree *DomTree; member in __anon91bad1d10911::EarlyIfPredicator
164 MachineDominatorTree *DomTree; member in __anone1e285680111::RAGreedy
96 MachineDominatorTree *DomTree; member in __anon53f0a99c0111::AArch64ConditionOptimizer
769 MachineDominatorTree *DomTree; member in __anon6cc3cae00211::AArch64ConditionalCompares
159 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local
867 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); } in LoopInfo()
174 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()