Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp4072 void IndirectBrInst::removeDestination(unsigned idx) { in removeDestination() function in IndirectBrInst
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h3620 void removeDestination(unsigned i);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp5752 IBI->removeDestination(i); in SimplifyIndirectBr()