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.cpp812 SSAIfConv IfConv; member in __anon4c5015260311::EarlyIfConverter
862 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree() argument
867 MachineDomTreeNode *HeadNode = DomTree->getNode(IfConv.Head); in updateDomTree()
872 assert(Node->getBlock() == IfConv.Tail && "Unexpected children"); in updateDomTree()
892 Traces->invalidate(IfConv.Head); in invalidateTraces()
893 Traces->invalidate(IfConv.Tail); in invalidateTraces()
894 Traces->invalidate(IfConv.TBB); in invalidateTraces()
895 Traces->invalidate(IfConv.FBB); in invalidateTraces()
927 MachineLoop *CurrentLoop = Loops->getLoopFor(IfConv.Head); in shouldConvertIf()
933 if (CurrentLoop && any_of(IfConv.Cond, [&](MachineOperand &MO) { in shouldConvertIf()
[all …]