Home | History | Annotate | Download | only in Utils

Lines Matching defs:nullptr

78       : OuterResumeDest(II->getUnwindDest()), InnerResumeDest(nullptr),
79 CallerLPad(nullptr), InnerEHValuesPHI(nullptr) {
204 Value *UnwindDestToken = nullptr;
305 UnwindParent = nullptr;
324 return nullptr;
330 /// return nullptr.
359 assert((UnwindDestToken == nullptr) != (MemoMap.count(EHPad) != 0));
368 MemoMap[EHPad] = nullptr;
394 assert(!MemoMap.count(UselessPad) || MemoMap[UselessPad] == nullptr);
419 UnwindDestMemoTy *FuncletUnwindMap = nullptr) {
499 return nullptr;
622 Instruction *Replacement = nullptr;
953 Objects, DL, /* LI = */ nullptr);
1122 if (VMI == VMap.end() || VMI->second == nullptr)
1219 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(),
1402 : nullptr;
1410 : nullptr;
1424 Instruction *CallSiteEHPad = nullptr;
1574 Instruction *NewI = nullptr;
1584 VH = nullptr;
1711 ConstantInt *AllocaSize = nullptr;
1858 return RI->getParent()->getTerminatingDeoptimizeCall() != nullptr;
1989 BranchInst *CreatedBranchToNormalDest = nullptr;
2029 PHINode *PHI = nullptr;
2127 if (Value *V = SimplifyInstruction(PHI, DL, nullptr, nullptr,