Home | History | Annotate | Download | only in IR

Lines Matching defs:nullptr

252     predictValueUseListOrder(&G, nullptr, OM, Stack);
254 predictValueUseListOrder(&F, nullptr, OM, Stack);
256 predictValueUseListOrder(&A, nullptr, OM, Stack);
258 predictValueUseListOrder(&I, nullptr, OM, Stack);
261 predictValueUseListOrder(G.getInitializer(), nullptr, OM, Stack);
263 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack);
265 predictValueUseListOrder(I.getResolver(), nullptr, OM, Stack);
268 predictValueUseListOrder(U.get(), nullptr, OM, Stack);
275 return MA->getParent() ? MA->getParent()->getParent() : nullptr;
278 return BB->getParent() ? BB->getParent()->getParent() : nullptr;
281 const Function *M = I->getParent() ? I->getParent()->getParent() : nullptr;
282 return M ? M->getParent() : nullptr;
293 return nullptr;
296 return nullptr;
762 return nullptr;
774 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false),
781 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
789 TheModule = nullptr; ///< Prevent re-processing next time we're called.
927 TheFunction = nullptr;
1430 : Out(Out), TypePrinter(nullptr), Machine(nullptr), Context(nullptr) {}
2007 Machine = nullptr;
2298 printUseLists(nullptr);
2879 const Value *Operand = I.getNumOperands() ? I.getOperand(0) : nullptr;
3259 IsInFunction ? nullptr : dyn_cast<BasicBlock>(Order.V)) {
3318 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug);
3334 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug);
3403 SlotTracker EmptySlotTable(static_cast<const Module *>(nullptr));
3412 incorporateFunction(I->getParent() ? I->getParent()->getParent() : nullptr);
3413 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug);
3417 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug);
3420 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug);
3433 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr);
3448 WriteAsOperandInternal(O, &V, nullptr, Machine, M);
3474 if (printWithoutType(*this, O, nullptr, M))
3544 print(dbgs(), nullptr,
3557 void Metadata::dump() const { dump(nullptr); }