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

  /external/llvm/lib/IR/
BasicBlock.cpp 364 /// getLandingPadInst() - Return the landingpad instruction associated with
366 LandingPadInst *BasicBlock::getLandingPadInst() {
369 const LandingPadInst *BasicBlock::getLandingPadInst() const {
Instructions.cpp 607 LandingPadInst *InvokeInst::getLandingPadInst() const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 78 LandingPadInst *getLandingPadInst() const { return CallerLPad; }
147 LandingPadInst *OuterLPad = getLandingPadInst();
179 LandingPadInst *LPI = Invoke.getLandingPadInst();
252 InlinedLPads.insert(II->getLandingPadInst());
542 const LandingPadInst *LP = BB->getLandingPadInst();
555 const LandingPadInst *LP = BB->getLandingPadInst();
    [all...]

Completed in 231 milliseconds