Home
last modified time | relevance | path

Searched refs:IfConv (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp769 SSAIfConv IfConv; member in __anon4c5015260311::EarlyIfConverter
809 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree() argument
814 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 …]