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 368 /// getLandingPadInst() - Return the landingpad instruction associated with
370 LandingPadInst *BasicBlock::getLandingPadInst() {
373 const LandingPadInst *BasicBlock::getLandingPadInst() const {
Instructions.cpp 607 LandingPadInst *InvokeInst::getLandingPadInst() const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 79 LandingPadInst *getLandingPadInst() const { return CallerLPad; }
231 InlinedLPads.insert(II->getLandingPadInst());
235 LandingPadInst *OuterLPad = Invoke.getLandingPadInst();
563 const LandingPadInst *LP = BB->getLandingPadInst();
576 const LandingPadInst *LP = BB->getLandingPadInst();
    [all...]

Completed in 190 milliseconds