Searched refs:removeIncomingValueIf (Results 1 – 7 of 7) sorted by relevance
432 PN->removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in insertUniqueBackedgeBlock()
560 P.removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in deleteDeadLoop()
1288 PN->removeIncomingValueIf( in UpdatePHINodes()
6145 PHI->removeIncomingValueIf( in removeSwitchAfterSelectFold()
1785 PN.removeIncomingValueIf([&](unsigned Idx) { in cloneScopeBlocks()
2664 void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
158 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate, in removeIncomingValueIf() function in PHINode