HomeSort by relevance Sort by last modified time
    Searched refs:IBI (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/Utils/
Local.cpp 227 if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(T)) {
230 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
235 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
236 if (IBI->getDestination(i) == TheOnlyDest)
239 IBI->getDestination(i)->removePredecessor(IBI->getParent());
241 Value *Address = IBI->getAddress();
242 IBI->eraseFromParent();
246 // If we didn't find our destination in the IBI successor list, then we
    [all...]
SimplifyCFG.cpp 106 bool SimplifyIndirectBr(IndirectBrInst *IBI);
453 } else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(TI)) {
454 Cond = dyn_cast<Instruction>(IBI->getAddress());
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 183 milliseconds