Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3772 void removeDestination(unsigned i);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4756 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination() function in IndirectBrInst
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6805 IBI->removeDestination(i); in simplifyIndirectBr()