Searched refs:IfConv (Results 1 – 1 of 1) sorted by relevance
769 SSAIfConv IfConv; member in __anon4c5015260311::EarlyIfConverter809 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree() argument814 MachineDomTreeNode *HeadNode = DomTree->getNode(IfConv.Head); in updateDomTree()819 assert(Node->getBlock() == IfConv.Tail && "Unexpected children"); in updateDomTree()839 Traces->invalidate(IfConv.Head); in invalidateTraces()840 Traces->invalidate(IfConv.Tail); in invalidateTraces()841 Traces->invalidate(IfConv.TBB); in invalidateTraces()842 Traces->invalidate(IfConv.FBB); in invalidateTraces()874 MachineLoop *CurrentLoop = Loops->getLoopFor(IfConv.Head); in shouldConvertIf()880 if (CurrentLoop && any_of(IfConv.Cond, [&](MachineOperand &MO) { in shouldConvertIf()[all …]