Searched refs:removeIncomingValueIf (Results 1 – 9 of 9) sorted by relevance
429 PN->removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in insertUniqueBackedgeBlock()
1148 PN->removeIncomingValueIf( in UpdatePHINodes()
562 P.removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in deleteDeadLoop()
6313 PHI->removeIncomingValueIf( in removeSwitchAfterSelectFold()
1775 PN.removeIncomingValueIf([&](unsigned Idx) { in cloneScopeBlocks()
914 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate) { in removeIncomingValueIf() function in llvm::sandboxir::PHINode
2463 LLVM_ABI void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate);
2801 LLVM_ABI void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
162 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate, in removeIncomingValueIf() function in PHINode