HomeSort by relevance Sort by last modified time
    Searched defs:OrigBB (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 512 BasicBlock *OrigBB = TheCall->getParent();
513 Function *Caller = OrigBB->getParent();
725 OrigBB->getInstList().splice(TheCall, FirstNewBlock->getInstList(),
769 AfterCallBB = OrigBB->splitBasicBlock(NewBr,
776 AfterCallBB = OrigBB->splitBasicBlock(TheCall,
783 TerminatorInst *Br = OrigBB->getTerminator();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 99 milliseconds