Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp432 PN->removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in insertUniqueBackedgeBlock()
H A DLoopUtils.cpp559 P.removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in deleteDeadLoop()
H A DBasicBlockUtils.cpp1276 PN->removeIncomingValueIf( in UpdatePHINodes()
H A DSimplifyCFG.cpp6050 PHI->removeIncomingValueIf( in removeSwitchAfterSelectFold()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1784 PN.removeIncomingValueIf([&](unsigned Idx) { in cloneScopeBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2890 void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp148 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate, in removeIncomingValueIf() function in PHINode