Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3660 void removeDestination(unsigned i);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4291 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination() function in IndirectBrInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6307 IBI->removeDestination(i); in simplifyIndirectBr()