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

  /external/llvm/lib/Analysis/
EHPersonalities.cpp 95 Value *ParentPad = CatchRet->getParentPad();
96 if (isa<ConstantTokenNone>(ParentPad))
99 SuccColor = cast<Instruction>(ParentPad)->getParent();
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGException.cpp 881 llvm::Value *ParentPad = CGF.CurrentFuncletPad;
882 if (!ParentPad)
883 ParentPad = llvm::ConstantTokenNone::get(CGF.getLLVMContext());
889 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 206 Value *ParentPad) {
211 if (CatchSwitch->getParentPad() != ParentPad)
217 if (CleanupPad->getParentPad() != ParentPad)
467 Value *ParentPad;
482 ParentPad = Cleanup->getParentPad();
510 ParentPad = CatchSwitch->getParentPad();
517 if ((Pred = getEHPadFromPredecessor(Pred, ParentPad)))
543 Value *ParentPad = CatchRet->getParentPad();
545 if (isa<ConstantTokenNone>(ParentPad))
548 Color = cast<Instruction>(ParentPad)->getParent()
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 205 milliseconds