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

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 211 if (CatchSwitch->getParentPad() != ParentPad)
217 if (CleanupPad->getParentPad() != ParentPad)
241 CatchSwitch->getParentPad())))
276 CleanupPad->getParentPad()))) {
342 CatchSwitch->getParentPad())))
368 getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad())))
382 return isa<ConstantTokenNone>(CatchSwitch->getParentPad()) &&
385 return isa<ConstantTokenNone>(CleanupPad->getParentPad()) &&
482 ParentPad = Cleanup->getParentPad();
510 ParentPad = CatchSwitch->getParentPad();
    [all...]
  /external/llvm/lib/Analysis/
EHPersonalities.cpp 95 Value *ParentPad = CatchRet->getParentPad();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 349 CatchSwitch->getParentPad(), UnwindDest,
    [all...]
Local.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1822 milliseconds