Searched refs:BasePointer (Results 1 – 2 of 2) sorted by relevance
489 Instruction *BasePointer, AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument491 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() local797 assert(BasePointer->getType() == StackPtrTy); in run()[all …]
88 const SCEVUnknown *BasePointer = in print() local91 if (!BasePointer) in print()93 AccessFn = SE->getMinusSCEV(AccessFn, BasePointer); in print()108 O << "Base offset: " << *BasePointer << "\n"; in print()