Home
last modified time | relevance | path

Searched refs:removeDestination (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3786 void removeDestination(unsigned i);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4740 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination() function in IndirectBrInst
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7074 IBI->removeDestination(i); in simplifyIndirectBr()