Home
last modified time | relevance | path

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

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