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

  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 183 static Value *getParentPad(Value *EHPad) {
185 return FPI->getParentPad();
186 return cast<CatchSwitchInst>(EHPad)->getParentPad();
248 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
286 getParentPad(ChildUnwindDestToken) == CleanupPad)
303 UnwindParent = getParentPad(UnwindPad);
309 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
371 for (AncestorToken = getParentPad(EHPad);
373 AncestorToken = getParentPad(AncestorToken)) {
627 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 957 milliseconds