Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getparent

149     if (II->getParent()->getParent() != F)
178 Intrinsic::getDeclaration(F->getParent(), Intrinsic::eh_selector);
211 if (!II || II->getParent()->getParent() != F) continue;
239 F->getParent()->getNamedGlobal("llvm.eh.catch.all.value");
245 Intrinsic::getDeclaration(F->getParent(), Intrinsic::eh_selector);
254 URoR = F->getParent()->getFunction("_Unwind_Resume_or_Rethrow");
265 const BasicBlock *SelBB = (*SI)->getParent();
268 const BasicBlock *URoRBB = (*UI)->getParent();
283 Intrinsic::getDeclaration(F->getParent(), Intrinsic::eh_exception);
292 if (!EHPtr || EHPtr->getParent()->getParent() != F) continue;
410 LPad->getParent()->getBasicBlockList().insert(LPad, NewBB);
502 RewindFunction = F->getParent()->getOrInsertFunction(RewindName, FTy);
516 ExnValue = CreateExceptionValueCall(RI->getParent());
553 !F->getParent()->getFunction(Intrinsic::getName(Intrinsic::eh_exception)))
654 ExceptionValueIntrinsic = Intrinsic::getDeclaration(F->getParent(),