Home
last modified time | relevance | path

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

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