Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp429 PN->removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in insertUniqueBackedgeBlock()
H A DBasicBlockUtils.cpp1148 PN->removeIncomingValueIf( in UpdatePHINodes()
H A DLoopUtils.cpp562 P.removeIncomingValueIf([](unsigned Idx) { return Idx != 0; }, in deleteDeadLoop()
H A DSimplifyCFG.cpp6313 PHI->removeIncomingValueIf( in removeSwitchAfterSelectFold()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1775 PN.removeIncomingValueIf([&](unsigned Idx) { in cloneScopeBlocks()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp914 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate) { in removeIncomingValueIf() function in llvm::sandboxir::PHINode
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2463 LLVM_ABI void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2801 LLVM_ABI void removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp162 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate, in removeIncomingValueIf() function in PHINode