Home
last modified time | relevance | path

Searched refs:BasePointer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp489 Instruction *BasePointer, AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument
491 return BasePointer; in moveStaticAllocasToUnsafeStack()
542 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
543 BasePointer = cast<Instruction>(IRB.CreateIntToPtr( in moveStaticAllocasToUnsafeStack()
549 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
578 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack()
596 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset); in moveStaticAllocasToUnsafeStack()
637 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
795 Instruction *BasePointer = in run() local
797 assert(BasePointer->getType() == StackPtrTy); in run()
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDelinearization.cpp88 const SCEVUnknown *BasePointer = in print() local
91 if (!BasePointer) in print()
93 AccessFn = SE->getMinusSCEV(AccessFn, BasePointer); in print()
108 O << "Base offset: " << *BasePointer << "\n"; in print()