Home
last modified time | relevance | path

Searched refs:replaceIncomingBlockWith (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp642 PN->replaceIncomingBlockWith(Old, New); in replacePhiUsesWith()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp907 void PHINode::replaceIncomingBlockWith(const BasicBlock *Old, BasicBlock *New) { in replaceIncomingBlockWith() function in llvm::sandboxir::PHINode
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2461 LLVM_ABI void replaceIncomingBlockWith(const BasicBlock *Old,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2764 void replaceIncomingBlockWith(const BasicBlock *Old, BasicBlock *New) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7540 Phi->replaceIncomingBlockWith( in createEpilogueVectorizedLoopSkeleton()